diff --git a/jest.config.js b/jest.config.js index 7787b9ab56..deb6d6ae4c 100644 --- a/jest.config.js +++ b/jest.config.js @@ -4,7 +4,7 @@ module.exports = { transform: { '\\.ts$': '/dist/index.js', }, - testMatch: ['/src/**/?(*.)+(spec|test).ts?(x)'], + testMatch: ['/src/**/*.spec.ts'], collectCoverageFrom: [ '/src/**/*.ts', '!/src/**/*.d.ts',