You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See #875 / #876. The deprecation warnings affect a lot of tools, so temporarily, you'd need to whitelist that console warning to not fail your tests (or stay on 15.4)
Since console warnings failing tests isn't something standard, you'd find whatever code you wrote to make that happen, and then modify it to ignore this particular error.
With the upgrade of React to version 15.5 our unit tests are breaking with the following comment:
Shallow renderer has been moved to react-test-renderer/shallow. Update references to remove this warning
The text was updated successfully, but these errors were encountered: