Skip to content

Commit

Permalink
Remove jest
Browse files Browse the repository at this point in the history
  • Loading branch information
kytta committed Sep 12, 2023
1 parent 09dd4ac commit 754d7ab
Show file tree
Hide file tree
Showing 2 changed files with 82 additions and 1,288 deletions.
21 changes: 0 additions & 21 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
"eslint-plugin-n": "^16.0.2",
"eslint-plugin-prefer-let": "^3.0.1",
"eslint-plugin-promise": "^6.1.1",
"jest": "^29.6.4",
"print-snapshots": "^0.4.2",
"redux": "^4.2.1",
"size-limit-node-esbuild": "^0.2.0",
Expand All @@ -46,15 +45,6 @@
"files": "*.test.js",
"rules": {
"n/no-extraneous-require": "off"
},
"globals": {
"describe": "readonly",
"it": "readonly",
"expect": "readonly",
"beforeAll": "readonly",
"beforeEach": "readonly",
"afterEach": "readonly",
"jest": "readonly"
}
},
{
Expand All @@ -70,17 +60,6 @@
"fixtures",
"**/errors.ts"
],
"jest": {
"testEnvironment": "node",
"modulePathIgnorePatterns": [
"<rootDir>/fixtures"
],
"coverageThreshold": {
"global": {
"statements": 100
}
}
},
"prettier": {
"arrowParens": "avoid",
"jsxSingleQuote": false,
Expand Down
Loading

0 comments on commit 754d7ab

Please sign in to comment.