-
-
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
Invalid validation warning for "setupTestFrameworkScriptFile" #4994
Comments
It was accidentally deleted from validation in #4976. Our CI confirms your warning (but who looks at CI output, when it's green?). |
We only need one hook in our package.json. The issue is about validation. Jest-validate needs a reference for valid config. The issue is that scriptFile was accidentally removed from the valid config example, hence the warning |
cc @mjesun can you fix this today pls? :) |
Fixed. |
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. |
Using jest
21.3.0-beta.11
, I'm getting a warning:But this option doesn't seem invalid or deprecated (and it's still working in my tests).
The text was updated successfully, but these errors were encountered: