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
avajs/ava#1696 changes assertion skipping from t.skip.true() to t.true.skip().
From searching the rule documentation this impacts no-skip-assert and use-t-well.
Interestingly enough it looks as if use-t-well has some support for t.true.skip() even though it never worked.
Note that t.skip() no longer exists.
Note: This issue has a bounty, so it's expected that you are an experienced programmer and that you give it your best effort if you intend to tackle this. Don't forget, if applicable, to add tests, docs (double-check for typos). And don't be sloppy. Review your own diff multiple times and try to find ways to improve and simplify your code. Instead of asking too many questions, present solutions. The point of an issue bounty is to reduce my workload, not give me more. Include a 🦄 in your PR description to indicate that you've read this. Thanks for helping out 🙌 - @sindresorhus
avajs/ava#1696 changes assertion skipping from
t.skip.true()
tot.true.skip()
.From searching the rule documentation this impacts
no-skip-assert
anduse-t-well
.Interestingly enough it looks as if
use-t-well
has some support fort.true.skip()
even though it never worked.Note that
t.skip()
no longer exists.IssueHunt Summary
Backers (Total: $60.00)
Submitted pull Requests
use-t-well
ruleTips
IssueHunt has been backed by the following sponsors. Become a sponsor
The text was updated successfully, but these errors were encountered: