We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b542bc0 commit f8a3729Copy full SHA for f8a3729
jest.config.ts
@@ -31,7 +31,7 @@ const config: Config.InitialOptions = {
31
'<rootDir>/test/e2e/client.axios.spec.ts',
32
'<rootDir>/test/e2e/client.babel.spec.ts',
33
],
34
- testPathIgnorePatterns: ['<rootDir>/test/e2e/generated'],
+ modulePathIgnorePatterns: ['<rootDir>/test/e2e/generated'],
35
},
36
37
collectCoverageFrom: ['<rootDir>/src/**/*.ts', '!<rootDir>/src/**/*.d.ts', '!<rootDir>/bin', '!<rootDir>/dist'],
0 commit comments