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
This commit is contained in:
Balázs Orbán 2023-11-01 21:18:57 +01:00 committed by GitHub
parent 555b13180e
commit 1b0113bfea
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,6 @@ const createJestConfig = nextJest()
const customJestConfig = {
testMatch: ['**/*.test.js', '**/*.test.ts', '**/*.test.jsx', '**/*.test.tsx'],
setupFilesAfterEnv: ['<rootDir>/jest-setup-after-env.ts'],
snapshotFormat: {
printBasicPrototype: false,
},
verbose: true,
rootDir: 'test',
roots: [