jest-webpack-resolver
jest-webpack-resolver copied to clipboard
Fix the possibility of an absolute path.
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'
I'm also running into this problem. Would be great if this could be merged.
PUSH