-
-
Notifications
You must be signed in to change notification settings - Fork 6.5k
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
Option "resolver" is not considered valid #3188
Comments
|
Also, @amasad can you please update Jest to v19.0.2 on repl.it? |
@thymikee Sure. We're moving to Google Cloud from AWS this week so will probably take until next week before we get it out. (We're also trying to automate updates) |
Yeah awesome! Thank you. |
Thanks for the clarification. This is the third time I've tried to use an unavailable feature from a newer jest version because I read about it in the docs (first two were Would it be useful to version the API docs, similar to what node does? |
We already do something like that (but with various luck, as you can see 😄): here's corresponding PR #3191. |
When are you releasing v20? I just started with Jest yesterday, and was completely confused by the docs being ahead of the release, especially since the docs on how to test async stuff has a lot of v20 features in it. |
Thanks for the tip! I guess @next is built from master then? Any way to tell what commit? |
Unfortunately not. You need to ask @DmitriiAbramov |
Ah. It announces itself as |
Is the jest documentation automatically published when commits are made to master? I agree that it's confusing for the docs to be ahead of the release |
cc: @hramos |
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
![Screenshot of terminal output showing a Validation Warning for unknown type "resolver"](https://camo.githubusercontent.com/5700198750d9763840c2b3f679f80c2d74b0d4f6b6350607d3daba805042d62b/68747470733a2f2f7075752e73682f7556626b522f653863353433343366312e706e67)
The "resolver" option is not considered valid, despite its presence in the documentation.
Repro: https://repl.it/G90C
(Just the default https://repl.it/languages/jest with
"resolver": "something"
added to config)What is the expected behavior?
resolver should be a valid config option or it should be deprecated/not documented.
The text was updated successfully, but these errors were encountered: