Closed
Description
here's a repro build: https://ci.appveyor.com/project/Daniel15/jest/build/4207
PR: #4134
In the logs you can see that require.resolve('jest-config')
returns :\projects\jest\node_modules\jest-config\build\index.js
which seems to be the last published version of the package from npm.
locally and on circle/travis it resolves to jest/packages/jest-config/build/index.js
, the local version of the file.