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 4731c18 commit c725017Copy full SHA for c725017
packages/test-next/src/createJestConfig.js
@@ -36,7 +36,7 @@ export function createJestConfig({
36
],
37
coverageReporters: ["text-summary", process.env.CI ? "cobertura" : "lcov"],
38
transform: {
39
- "^.+\\.[jt]sx?$": [
+ "^.+\\.m?[jt]sx?$": [
40
"babel-jest",
41
{
42
configFile: findFileUpward(cwd, "babel.config.js"),
0 commit comments