Skip to content

Commit

Permalink
refactor: purge remaining jest references
Browse files Browse the repository at this point in the history
  • Loading branch information
matejchalk authored and BioPhoton committed Aug 30, 2023
1 parent 6507c2e commit 3c6c0ae
Show file tree
Hide file tree
Showing 12 changed files with 106 additions and 66 deletions.
3 changes: 1 addition & 2 deletions .vscode/extensions.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
"recommendations": [
"nrwl.angular-console",
"esbenp.prettier-vscode",
"dbaeumer.vscode-eslint",
"firsttris.vscode-jest-runner"
"dbaeumer.vscode-eslint"
]
}
5 changes: 0 additions & 5 deletions jest.config.ts

This file was deleted.

3 changes: 0 additions & 3 deletions jest.preset.js

This file was deleted.

7 changes: 2 additions & 5 deletions nx.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
]
},
"test": {
"inputs": ["default", "^production", "{workspaceRoot}/jest.preset.js"]
"inputs": ["default", "^production"]
}
},
"namedInputs": {
Expand All @@ -31,10 +31,7 @@
"default",
"!{projectRoot}/.eslintrc.json",
"!{projectRoot}/**/?(*.)+(spec|test).[jt]s?(x)?(.snap)",
"!{projectRoot}/tsconfig.spec.json",
"!{projectRoot}/jest.config.[jt]s",
"!{projectRoot}/src/test-setup.[jt]s",
"!{projectRoot}/test-setup.[jt]s"
"!{projectRoot}/tsconfig.spec.json"
],
"sharedGlobals": []
},
Expand Down
Loading

0 comments on commit 3c6c0ae

Please sign in to comment.