Skip to content

Commit f737a03

Browse files
committed
type mismatch
1 parent a5399ec commit f737a03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const createJestConfig = nextJest({
77
});
88

99
// Add any custom config to be passed to Jest
10-
const config: Config = {
10+
const config = {
1111
coverageProvider: 'v8',
1212
testEnvironment: 'jsdom',
1313
setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],

0 commit comments

Comments
 (0)