Skip to content

Commit

Permalink
Remove Jest
Browse files Browse the repository at this point in the history
  • Loading branch information
robatwilliams committed Jan 30, 2024
1 parent e6df0cf commit 95a9f2f
Show file tree
Hide file tree
Showing 6 changed files with 1,123 additions and 9,948 deletions.
19 changes: 1 addition & 18 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,6 @@
"parserOptions": {
"ecmaVersion": 2022
},
"settings": {
"jest": {
// Auto-detection not working in monorepo structure
// https://github.com/jest-community/eslint-plugin-jest/issues/686#issuecomment-706452934
"version": 27
}
},
"env": {
"es2021": true,
"node": true
Expand Down Expand Up @@ -80,15 +73,5 @@
// eslint-plugin-import - Selection from the ones that are compatible with CommonJS
"import/no-extraneous-dependencies": "error",
"import/order": ["error", { "newlines-between": "never" }]
},
"overrides": [
{
"files": "*.spec.js",
"extends": ["plugin:jest/recommended", "plugin:jest/style"],
"plugins": ["jest"],
"rules": {
// TODO more jest plugin rules - https://github.com/jest-community/eslint-plugin-jest
}
}
]
}
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"eslint": "^8.56.0",
"eslint-config-prettier": "^8.3.0",
"eslint-plugin-import": "^2.25.4",
"eslint-plugin-jest": "^25.3.4",
"eslint-plugin-n": "^15.7.0",
"lerna": "^4.0.0",
"npm-run-all": "^4.1.5",
Expand Down
2 changes: 1 addition & 1 deletion packages/check-es-compat/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit 95a9f2f

Please sign in to comment.