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
while writing test using react testing library we are getting the below error
Warning: An update to LinesEllipsis 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 */
The text was updated successfully, but these errors were encountered:
while writing test using react testing library we are getting the below error
The text was updated successfully, but these errors were encountered: