We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6824ac4 commit eb2fc8aCopy full SHA for eb2fc8a
jest.config.js
@@ -4,7 +4,7 @@ module.exports = {
4
transform: {
5
'\\.ts$': '<rootDir>/dist/index.js',
6
},
7
- testMatch: ['<rootDir>/src/**/?(*.)+(spec|test).ts?(x)'],
+ testMatch: ['<rootDir>/src/**/*.spec.ts'],
8
collectCoverageFrom: [
9
'<rootDir>/src/**/*.ts',
10
'!<rootDir>/src/**/*.d.ts',
0 commit comments