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.
2 parents 4731c18 + c725017 commit c8b6661Copy full SHA for c8b6661
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