We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a5399ec commit f737a03Copy full SHA for f737a03
jest.config.ts
@@ -7,7 +7,7 @@ const createJestConfig = nextJest({
7
});
8
9
// Add any custom config to be passed to Jest
10
-const config: Config = {
+const config = {
11
coverageProvider: 'v8',
12
testEnvironment: 'jsdom',
13
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
0 commit comments