Skip to content

Commit 4224fed

Browse files
committed
refactor: Add config files to coverage ignore
1 parent e2da8b9 commit 4224fed

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/jest.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,12 @@ module.exports = {
3131
"<rootDir>/**/*.ts",
3232
"<rootDir>/**/*.tsx",
3333
"!<rootDir>/**/*.stories.tsx",
34+
"!<rootDir>/_jest/**/*.*",
3435
"!<rootDir>/.next/**/*.*",
3536
"!<rootDir>/api.ts",
3637
"!<rootDir>/dev.ts",
38+
"!<rootDir>/jest-runner.eslint.config.js",
39+
"!<rootDir>/jest.config.js",
3740
"!<rootDir>/next-env.d.ts",
3841
"!<rootDir>/next.config.js",
3942
"!<rootDir>/out/**/*.*",

0 commit comments

Comments
 (0)