diff --git a/config/jest.config.template.js b/config/jest.config.template.js index 915d723..9f0c214 100644 --- a/config/jest.config.template.js +++ b/config/jest.config.template.js @@ -21,7 +21,7 @@ module.exports = { ], '\\.xml$': 'jest-raw-loader', }, - testRegex: '(.*(test|spec))\\.(tsx?)$', + testRegex: '(.*(test))\\.(tsx?)$', testPathIgnorePatterns: ['playwright'], coveragePathIgnorePatterns: ['playwright'], moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],