-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unknown option "jestWebpackResolver" #17
Comments
Seeing the same issue with:
|
Seems the easiest workaround here is to just rename/move your webpack config to the default or just create a symlink or something :) That works but in turn has an annoying side effect where |
what do you mean when you say move to default. |
I was able to resolve the Validation Warning: Unknown option "jestWebpackResolver" by moving this value from jest.config.js :
to package.json. Leaving these values in my jest.config.js:
using:
|
@Shripad03 I meant just |
@alexweber the Jest issue came up during a React boilerplate project. I wanted to support directory aliasing across Webpack / TypeScript / ESLint / and Jest: https://github.com/patrick-s-young/react-ts-eslint-webpack-babel If you have any feedback for improving it, please let me know. |
First of all, thanks for your package. It works like a charm.
But I have a small issue... I have to set a path to my webpack config, or else I have the following message:
So I did like you said in the Readme, and i added the following to my jest.config.json:
Which works. But when i launch jest, i have the following message:
Which is really weird. Do you have any idea why ?
(using jest ^23.6.0)
The text was updated successfully, but these errors were encountered: