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
Technically all is correct, of course. But... the problem is that some tooling recommends removing await, if .skip is used with async test:
Here that is just a misleading recommendation. I did not try, but in some situation await could get removed automatically (after applying lint rules on save). Does not look like this is needed, if the test is disable only temporary.
The text was updated successfully, but these errors were encountered:
Technically all is correct, of course. But... the problem is that some tooling recommends removing
await
, if.skip
is used with async test:Here that is just a misleading recommendation. I did not try, but in some situation
await
could get removed automatically (after applying lint rules on save). Does not look like this is needed, if the test is disable only temporary.The text was updated successfully, but these errors were encountered: