Skip to content

Commit 1b0113b

Browse files
chore: remove redundant jest config (#57151)
### What? Drop redundant Jest config ### Why? This slipped in by accident. It's already the default value. See https://jestjs.io/docs/configuration#snapshotformat-object
1 parent 555b131 commit 1b0113b

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

jest.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,6 @@ const createJestConfig = nextJest()
77
const customJestConfig = {
88
testMatch: ['**/*.test.js', '**/*.test.ts', '**/*.test.jsx', '**/*.test.tsx'],
99
setupFilesAfterEnv: ['<rootDir>/jest-setup-after-env.ts'],
10-
snapshotFormat: {
11-
printBasicPrototype: false,
12-
},
1310
verbose: true,
1411
rootDir: 'test',
1512
roots: [

0 commit comments

Comments
 (0)