We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88e8d2f commit ee7e7a9Copy full SHA for ee7e7a9
jest.config.ts
@@ -3,7 +3,7 @@ export default {
3
preset: 'ts-jest',
4
roots: ['<rootDir>/__tests__'],
5
testEnvironment: 'jsdom',
6
- testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
+ testRegex: 'WorkflowManager.test.tsx',
7
transform: {
8
'^.+\\.tsx?$': 'ts-jest',
9
},
0 commit comments