Skip to content

Commit fe7a9d5

Browse files
committed
createJestConfig signuture
1 parent cdb97b3 commit fe7a9d5

File tree

1 file changed

+1
-1
lines changed
  • packages/react-app-rewired/scripts

1 file changed

+1
-1
lines changed

packages/react-app-rewired/scripts/test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const createJestConfig = require(createJestConfigPath);
1616
const config = createJestConfig(
1717
relativePath => path.resolve(paths.appPath, "node_modules", paths.scriptVersion, relativePath),
1818
path.resolve(paths.appSrc, ".."),
19-
false
19+
paths.srcPaths
2020
);
2121
// restore overrides for rewireJestConfig
2222
packageJson.jest = jestOverrides;

0 commit comments

Comments
 (0)