Skip to content

Commit 39a8c2d

Browse files
committed
fix(scripts/test): check for TypeScript version of config as well
1 parent e29cb72 commit 39a8c2d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/scripts/test.js

+1
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ const watch =
1818
const config =
1919
!args.includes('--config') &&
2020
!hasFile('jest.config.js') &&
21+
!hasFile('jest.config.ts') &&
2122
!hasPkgProp('jest')
2223
? ['--config', JSON.stringify(require('../config/jest.config'))]
2324
: []

0 commit comments

Comments
 (0)