Skip to content

Commit a88a722

Browse files
committed
Remove coverage collection from E2E folder
1 parent b8cc80f commit a88a722

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

site/jest.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ module.exports = {
4545
"!<rootDir>/api.ts",
4646
"!<rootDir>/coverage/**/*.*",
4747
"!<rootDir>/dev.ts",
48+
"!<rootDir>/e2e/**/*.*",
4849
"!<rootDir>/jest-runner.eslint.config.js",
4950
"!<rootDir>/jest.config.js",
5051
"!<rootDir>/next-env.d.ts",

0 commit comments

Comments
 (0)