Commit 67b85d00 authored by Marco Fugaro's avatar Marco Fugaro
Browse files

Allow configuring cacheDirectory

1 merge request!11427Allow configuring jest's `cacheDirectory`
Showing with 1 addition and 0 deletions
+1 -0
......@@ -73,6 +73,7 @@ module.exports = (resolve, rootDir, isEjecting) => {
}
const overrides = Object.assign({}, require(paths.appPackageJson).jest);
const supportedKeys = [
'cacheDirectory',
'clearMocks',
'collectCoverageFrom',
'coveragePathIgnorePatterns',
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment