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: no-wait-for-side-effects false positive inside .then()
Added tests and a mention of edge case to rule documentation
Closestesting-library#500
* fix: review feedback
Remove awaits as the promise is waited by .then()
* fix: review feedback
Reuse existing helper function to make solution simpler
* fix: review feedback
Remove await as the promise is waited by .then()
* fix: review feedback
Remove await as the promise is waited by .then()
0 commit comments