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 be9e302 commit 5441d0cCopy full SHA for 5441d0c
jest.config.js
@@ -20,8 +20,8 @@ module.exports = {
20
"<rootDir>/site/**/*.tsx",
21
"!<rootDir>/site/**/*.stories.tsx",
22
"!<rootDir>/site/.next/**/*.*",
23
+ "!<rootDir>/site/dev.ts",
24
"!<rootDir>/site/next-env.d.ts",
25
"!<rootDir>/site/next.config.js",
- "!<rootDir>/site/dev.ts",
26
],
27
}
0 commit comments