Skip to content

Commit 1b0e0d3

Browse files
committed
Fix typo
1 parent 8fc553a commit 1b0e0d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ module.exports = {
1717
},
1818
testEnvironment: "jsdom",
1919
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
20-
testPathIgnorePatterns: ["/node_modules/", "/__tests__/fakes, " / e2e / "],
20+
testPathIgnorePatterns: ["/node_modules/", "/__tests__/fakes", "/e2e/"],
2121
moduleDirectories: ["node_modules", "<rootDir>"],
2222
},
2323
{

0 commit comments

Comments
 (0)