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 416f5d1 commit 792b955Copy full SHA for 792b955
jest.config.mjs
@@ -27,7 +27,7 @@ export default {
27
testEnvironment: '@happy-dom/jest-environment',
28
29
// The glob patterns Jest uses to detect test files
30
- testMatch: ['<rootDir>/src/**/?(*.)+(spec).[tj]s'],
+ testMatch: ['<rootDir>/src/**/?(*.)+(spec).ts'],
31
32
// A map from regular expressions to paths to transformers
33
transform: {
0 commit comments