Skipping assertions is changing in AVA 1.0 #187
novemberborn posted onGitHub
https://github.com/avajs/ava/pull/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