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 cad1398 commit d3465d7Copy full SHA for d3465d7
jest.config.js
@@ -24,6 +24,6 @@ module.exports = {
24
"!<rootDir>/site/**/*.stories.tsx",
25
"!<rootDir>/site/.next/**/*.*",
26
"!<rootDir>/site/next-env.d.ts",
27
- "!<rootDir>/site/next.config.js"
+ "!<rootDir>/site/next.config.js",
28
],
29
}
0 commit comments