Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Configure an ignore pattern so jest will shut up
If the nodenv tarball (as downloaded by the tool-cache) lives in tmp/ along with the "cached" version, then jest's haste-map nonsense will find duplicate package names and throw a warning. (Despite these packages never being required!?!?) Option: configure "modulePathIgnorePatterns": ["/tmp"] in package.json Or: move the temp download cache out of the project jestjs/jest#8114
- Loading branch information