Skip to content

Commit 792b955

Browse files
committed
test ts only
1 parent 416f5d1 commit 792b955

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jest.config.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ export default {
2727
testEnvironment: '@happy-dom/jest-environment',
2828

2929
// The glob patterns Jest uses to detect test files
30-
testMatch: ['<rootDir>/src/**/?(*.)+(spec).[tj]s'],
30+
testMatch: ['<rootDir>/src/**/?(*.)+(spec).ts'],
3131

3232
// A map from regular expressions to paths to transformers
3333
transform: {

0 commit comments

Comments
 (0)