Skip to content

Commit cad1398

Browse files
committed
Ignore next.config.js
1 parent 6bc94fc commit cad1398

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

jest.config.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ module.exports = {
2222
"<rootDir>/site/**/*.ts",
2323
"<rootDir>/site/**/*.tsx",
2424
"!<rootDir>/site/**/*.stories.tsx",
25-
"!<rootDir>/site/next-env.d.ts",
2625
"!<rootDir>/site/.next/**/*.*",
26+
"!<rootDir>/site/next-env.d.ts",
27+
"!<rootDir>/site/next.config.js"
2728
],
2829
}

0 commit comments

Comments
 (0)