export default { clearMocks: true, transform: {}, testEnvironment: "jsdom", coverageProvider: "v8", setupFiles: ["/tests/setup.jest.js"], testPathIgnorePatterns: [ "/node_modules/", "/tests/e2e/", "/.vercel/", ], modulePathIgnorePatterns: [ "/node_modules/", "/tests/e2e/", "/.vercel/", ], coveragePathIgnorePatterns: [ "/node_modules/", "/tests/E2E/", "/.vercel/", ], };