Skip to content

Commit

Permalink
Remove jest
Browse files Browse the repository at this point in the history
  • Loading branch information
raub committed Oct 7, 2023
1 parent 4ed54da commit 5bb305d
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 4,900 deletions.
18 changes: 0 additions & 18 deletions .eslintrc.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,24 +9,6 @@
"parserOptions": {
"ecmaVersion": 2022
},
"overrides": [
{
"files": [
"**/*.test.js"
],
"env": {
"jest": true
},
"plugins": ["jest"],
"rules": {
"jest/no-disabled-tests": "warn",
"jest/no-focused-tests": "error",
"jest/no-identical-title": "error",
"jest/prefer-to-have-length": "warn",
"jest/valid-expect": "error"
}
}
],
"env": {
"node": true,
"es6": true
Expand Down
19 changes: 0 additions & 19 deletions conf/jest.json

This file was deleted.

Loading

0 comments on commit 5bb305d

Please sign in to comment.