jestjs/jest

Jest should resolve its dependencies from its own location rather than rootDir

Open

#5,913 建立於 2018年4月3日

在 GitHub 查看
 (21 留言) (30 反應) (0 負責人)TypeScript (45,361 star) (6,653 fork)batch import
ConfirmedHelp WantedPinned

描述

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.

貢獻者指南

Jest should resolve its dependencies from its own location rather than rootDir · jestjs/jest#5913 | Good First Issue