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 b8cc80f commit a88a722Copy full SHA for a88a722
site/jest.config.js
@@ -45,6 +45,7 @@ module.exports = {
45
"!<rootDir>/api.ts",
46
"!<rootDir>/coverage/**/*.*",
47
"!<rootDir>/dev.ts",
48
+ "!<rootDir>/e2e/**/*.*",
49
"!<rootDir>/jest-runner.eslint.config.js",
50
"!<rootDir>/jest.config.js",
51
"!<rootDir>/next-env.d.ts",
0 commit comments