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