We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fe21038 commit 2ba6d57Copy full SHA for 2ba6d57
jest.config.js
@@ -1,6 +1,6 @@
1
module.exports = {
2
transform: {
3
- "^.+\\.(t|j)sx?$": "<rootDir>/jest-preprocess.js",
+ "^.+\\.[jt]sx?$": "<rootDir>/jest-preprocess.js",
4
},
5
testRegex: "(/__tests__/.*|(\\.|/)(test|spec))\\.([tj]sx?)$",
6
moduleNameMapper: {
0 commit comments