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
docs: Add window.localStorage.remove('token') statement to afterEach() in __tests__/login.js file (#709)
Due to the first test suite, I need to remove the token value generated from local storage.
The second test suite will fail if the token value is not removed.
0 commit comments