We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 668cc91 commit 4517044Copy full SHA for 4517044
client/jest.config.cjs
@@ -1,9 +1,6 @@
1
module.exports = {
2
preset: "ts-jest",
3
testEnvironment: "jsdom",
4
- setupFilesAfterEnv: [
5
- '<rootDir>/src/setupTests.ts'
6
- ],
7
moduleNameMapper: {
8
"^@/(.*)$": "<rootDir>/src/$1"
9
},
0 commit comments