Uh oh!
There was an error while loading. Please reload this page.
Use NODE_PATH env var in jest config - #1272
Conversation
There was a problem hiding this comment.
Should we exclude absolute paths here like we do in env.js?
There was a problem hiding this comment.
You mean from process.env.NODE_PATH?
ec49e72 to
0ac094eCompare0ac094e to
9929017Comparegaearon
commented
Feb 11, 2017
Hmm, this makes me confused. Isn't Jest already supposed to handle Also, I think this file would execute after ejecting, causing directory names to get hardcoded into |
gaearon
left a comment
There was a problem hiding this comment.
I don't think this works as intended (see my comment).
gor181
commented
Jun 26, 2017
This seems to work out of the box with
So I assume this can be closed? |
gaearon
commented
Jun 26, 2017
Yep, it's been fixed. Thanks for reminding! |
Fixes#1271.