Skip to content

Commit fd2a3d3

Browse files
committed
Update jest.config.js
1 parent 88bb028 commit fd2a3d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ module.exports = {
99
testEnvironment: "jsdom",
1010
testPathIgnorePatterns: ["/node_modules/"],
1111
testMatch: [
12-
"<rootDiZZZZZZZZZZZZZZZZZZZZZr>/src/__tests__/**/!(*.d).ts",
12+
"<rootDir>/src/__tests__/**/!(*.d).ts",
1313
"<rootDir>/src/__tests__/**/*.test.tsx",
1414
"<rootDir>/src/__tests__/**/*.test.ts",
1515
],

0 commit comments

Comments
 (0)