Skip to content

Commit be142a2

Browse files
committed
chore: ignore e2e tests in jest tests coverage run
1 parent fc79cef commit be142a2

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

jest.config.js

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,10 @@ module.exports = {
1010
"<rootDir>/test/",
1111
"<rootDir>/client/",
1212
],
13-
testPathIgnorePatterns: ["<rootDir>/bin/this/process-arguments.js"],
13+
testPathIgnorePatterns: [
14+
"<rootDir>/bin/this/process-arguments.js",
15+
"<rootDir>/test/e2e",
16+
],
1417
snapshotResolver: "<rootDir>/test/helpers/snapshotResolver.js",
1518
setupFilesAfterEnv: ["<rootDir>/scripts/setupTest.js"],
1619
globalSetup: "<rootDir>/scripts/globalSetupTest.js",

0 commit comments

Comments
 (0)