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 88bb028 commit fd2a3d3Copy full SHA for fd2a3d3
jest.config.js
@@ -9,7 +9,7 @@ module.exports = {
9
testEnvironment: "jsdom",
10
testPathIgnorePatterns: ["/node_modules/"],
11
testMatch: [
12
- "<rootDiZZZZZZZZZZZZZZZZZZZZZr>/src/__tests__/**/!(*.d).ts",
+ "<rootDir>/src/__tests__/**/!(*.d).ts",
13
"<rootDir>/src/__tests__/**/*.test.tsx",
14
"<rootDir>/src/__tests__/**/*.test.ts",
15
],
0 commit comments