diff --git a/template/common/jest.config.js b/template/common/jest.config.js index ccfbbbb..e8c411d 100644 --- a/template/common/jest.config.js +++ b/template/common/jest.config.js @@ -9,6 +9,6 @@ module.exports = { watchPathIgnorePatterns: ['/node_modules/', '/dist/', '/.git/'], moduleFileExtensions: ['js', 'json'], rootDir: __dirname, - testMatch: ['/src/__tests__/**/*spec.[jt]s?(x)'], + testMatch: ['/src/**/*test.[jt]s?(x)'], testPathIgnorePatterns: ['/node_modules/'] }