diff --git a/jest.config.ts b/jest.config.ts index e1b5e68a..54e90be1 100644 --- a/jest.config.ts +++ b/jest.config.ts @@ -31,7 +31,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'],