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 b59cbd2 commit c071062Copy full SHA for c071062
jest.config.ts
@@ -173,7 +173,7 @@ export default {
173
174
// A map from regular expressions to paths to transformers
175
transform: {
176
- '^.+\\.ts$': 'ts-jest',
+ '^.+\\.tsx?$': 'ts-jest',
177
},
178
179
// An array of regexp pattern strings that are matched against all source file paths, matched files will skip transformation
0 commit comments