There was an error while loading. Please reload this page.
2 parents b7a0f8d + f8a3729 commit dc5e69aCopy full SHA for dc5e69a
jest.config.ts
@@ -33,7 +33,7 @@ const config: Config.InitialOptions = {
33
'<rootDir>/test/e2e/client.axios.spec.ts',
34
'<rootDir>/test/e2e/client.babel.spec.ts',
35
],
36
- testPathIgnorePatterns: ['<rootDir>/test/e2e/generated'],
+ modulePathIgnorePatterns: ['<rootDir>/test/e2e/generated'],
37
},
38
39
collectCoverageFrom: ['<rootDir>/src/**/*.ts', '!<rootDir>/src/**/*.d.ts', '!<rootDir>/bin', '!<rootDir>/dist'],
0 commit comments