We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e29cb72 commit 39a8c2dCopy full SHA for 39a8c2d
src/scripts/test.js
@@ -18,6 +18,7 @@ const watch =
18
const config =
19
!args.includes('--config') &&
20
!hasFile('jest.config.js') &&
21
+ !hasFile('jest.config.ts') &&
22
!hasPkgProp('jest')
23
? ['--config', JSON.stringify(require('../config/jest.config'))]
24
: []
0 commit comments