Skip to content

Commit ee7e7a9

Browse files
committed
chore: jest test regex
1 parent 88e8d2f commit ee7e7a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ export default {
33
preset: 'ts-jest',
44
roots: ['<rootDir>/__tests__'],
55
testEnvironment: 'jsdom',
6-
testRegex: '(/__tests__/.*|(\\.|/)(test|spec))\\.tsx?$',
6+
testRegex: 'WorkflowManager.test.tsx',
77
transform: {
88
'^.+\\.tsx?$': 'ts-jest',
99
},

0 commit comments

Comments
 (0)