We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8902599 commit 211be9fCopy full SHA for 211be9f
jest.config.js
@@ -22,6 +22,6 @@ module.exports = {
22
"!<rootDir>/site/.next/**/*.*",
23
"!<rootDir>/site/next-env.d.ts",
24
"!<rootDir>/site/next.config.js",
25
- "!<rootDir>/site/scripts/**/*.*",
+ "!<rootDir>/site/dev.ts",
26
],
27
}
0 commit comments