Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3959c67

Browse files
committed
Add coverage folder to ignore paths, too
1 parent 4224fed commit 3959c67

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
@@ -34,6 +34,7 @@ module.exports = {
3434
"!<rootDir>/_jest/**/*.*",
3535
"!<rootDir>/.next/**/*.*",
3636
"!<rootDir>/api.ts",
37+
"!<rootDir>/coverage/**/*.*",
3738
"!<rootDir>/dev.ts",
3839
"!<rootDir>/jest-runner.eslint.config.js",
3940
"!<rootDir>/jest.config.js",

0 commit comments

Comments
 (0)