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
##Check the terminal when you run the test
##This the key is to await act and then use async arrow function.
and you can use jest.spyOn(console, "error").mockImplementation(()=>{}); when using jest
##Check the terminal when you run the test

##This the key is to
awaitactand then use async arrow function.and you can use
jest.spyOn(console, "error").mockImplementation(()=>{});when using jest