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#1947 landed a new t.try() assertion. It's experimental, one of the reasons for which is that it advocates some new usages of AVA that this plugin rejects.
t.try() takes a callback, which receives another execution object:
avajs/ava#1947 landed a new
t.try()
assertion. It's experimental, one of the reasons for which is that it advocates some new usages of AVA that this plugin rejects.t.try()
takes a callback, which receives another execution object:Not all linting setups allow you to shadow variables like this. I'm proposing we also allow
tt
, andt1
throught9
. Thoughts?The text was updated successfully, but these errors were encountered: