Skip to content

Commit 211be9f

Browse files
committed
Fix dev.ts ignore path for code coverage
1 parent 8902599 commit 211be9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@ module.exports = {
2222
"!<rootDir>/site/.next/**/*.*",
2323
"!<rootDir>/site/next-env.d.ts",
2424
"!<rootDir>/site/next.config.js",
25-
"!<rootDir>/site/scripts/**/*.*",
25+
"!<rootDir>/site/dev.ts",
2626
],
2727
}

0 commit comments

Comments
 (0)