diff --git a/jest.config.js b/jest.config.js index f9c466d56e..903096c475 100644 --- a/jest.config.js +++ b/jest.config.js @@ -7,9 +7,6 @@ const createJestConfig = nextJest() const customJestConfig = { testMatch: ['**/*.test.js', '**/*.test.ts', '**/*.test.jsx', '**/*.test.tsx'], setupFilesAfterEnv: ['/jest-setup-after-env.ts'], - snapshotFormat: { - printBasicPrototype: false, - }, verbose: true, rootDir: 'test', roots: [