diff --git a/jest.config.ts b/jest.config.ts index ac9bac5a..5150d438 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -33,7 +33,7 @@ const config: Config.InitialOptions = { '/test/e2e/client.axios.spec.ts', '/test/e2e/client.babel.spec.ts', ], - testPathIgnorePatterns: ['/test/e2e/generated'], + modulePathIgnorePatterns: ['/test/e2e/generated'], }, ], collectCoverageFrom: ['/src/**/*.ts', '!/src/**/*.d.ts', '!/bin', '!/dist'],