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
Multiple tests don't break, but display the following erro rmessage:
Warning: An update to Popup inside a test was not wrapped in act(...).
When testing, code that causes React state updates should be wrapped into act(...):
act(() => {
/* fire events that update state */
});
/* assert on the output */
Steps to reproduce
run yarn jest
notice the warning appearing in the console
Expected results
no warning is displayed
The text was updated successfully, but these errors were encountered:
Describe the bug
Multiple tests don't break, but display the following erro rmessage:
Steps to reproduce
run
yarn jest
notice the warning appearing in the console
Expected results
no warning is displayed
The text was updated successfully, but these errors were encountered: