jestjs/jest
Vedi su GitHubJest should resolve its dependencies from its own location rather than rootDir
Open
#5913 aperta il 3 apr 2018
ConfirmedHelp WantedPinned
Metriche repository
- Star
- (45.361 star)
- Metriche merge PR
- (Merge medio 11g 22h) (11 PR mergiate in 30 g)
Descrizione
Create React App users bumped into this issue recently. A third party package started depending on jest-validate, and that caused npm to hoist jest-environment-node to the top of the app tree. Unfortunately, Jest resolves environment package from the project root instead of from its own Node module location so as a result, it loads the wrong (hoisted) jest-environment-node.
I think the jest package should resolve any own dependencies from its own location (just like Node resolution works) rather than from the project root folder.