mkg0 / jest-webpack-resolver

path resolver for jest through the webpack.config. Auto detect webpack's resolve properties like aliases, plugins and more
44 stars 6 forks source link

Fix the possibility of an absolute path. #15

Open Mechtecs opened 6 years ago

Mechtecs commented 6 years ago

PHPStorm has a problem. PHPStorm provides an absolute path to the config file, which is not accepted by your module. Error:

Cannot find module '/Users/.../projects/.../.../Users/.../projects/.../.../jest.config.json'

npeterkamps commented 6 years ago

I'm also running into this problem. Would be great if this could be merged.

Mechtecs commented 5 years ago

PUSH