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
fix: remove invalid timeout parameters from test cases
Jest's it() function doesn't accept timeout as third parameter with async callbacks.
Removed invalid timeout arguments from two test cases that were causing TypeScript errors.
0 commit comments