@@ -2,6 +2,6 @@ module.exports = {
transform: {
'^.+\\.tsx?$': 'ts-jest',
},
- testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
+ testRegex: '(/test/.*|(\\.|/)(test|spec))\\.(jsx?|tsx?)$',
moduleFileExtensions: ['ts', 'tsx', 'js', 'jsx', 'json', 'node'],
};