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 8fc553a commit 1b0e0d3Copy full SHA for 1b0e0d3
site/jest.config.js
@@ -17,7 +17,7 @@ module.exports = {
17
},
18
testEnvironment: "jsdom",
19
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$",
20
- testPathIgnorePatterns: ["/node_modules/", "/__tests__/fakes, " / e2e / "],
+ testPathIgnorePatterns: ["/node_modules/", "/__tests__/fakes", "/e2e/"],
21
moduleDirectories: ["node_modules", "<rootDir>"],
22
23
{
0 commit comments