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 fc79cef commit be142a2Copy full SHA for be142a2
jest.config.js
@@ -10,7 +10,10 @@ module.exports = {
10
"<rootDir>/test/",
11
"<rootDir>/client/",
12
],
13
- testPathIgnorePatterns: ["<rootDir>/bin/this/process-arguments.js"],
+ testPathIgnorePatterns: [
14
+ "<rootDir>/bin/this/process-arguments.js",
15
+ "<rootDir>/test/e2e",
16
+ ],
17
snapshotResolver: "<rootDir>/test/helpers/snapshotResolver.js",
18
setupFilesAfterEnv: ["<rootDir>/scripts/setupTest.js"],
19
globalSetup: "<rootDir>/scripts/globalSetupTest.js",
0 commit comments