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 cdb97b3 commit fe7a9d5Copy full SHA for fe7a9d5
packages/react-app-rewired/scripts/test.js
@@ -16,7 +16,7 @@ const createJestConfig = require(createJestConfigPath);
16
const config = createJestConfig(
17
relativePath => path.resolve(paths.appPath, "node_modules", paths.scriptVersion, relativePath),
18
path.resolve(paths.appSrc, ".."),
19
- false
+ paths.srcPaths
20
);
21
// restore overrides for rewireJestConfig
22
packageJson.jest = jestOverrides;
0 commit comments