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
t.throws documents that an expectation with property "any" set to true should result in a passing assertion when the function throws a non-error value, which doesn't work when the thrown value is falsy.
t.throws
documents that an expectation with property "any" set totrue
should result in a passing assertion when the function throws a non-error value, which doesn't work when the thrown value is falsy.Concretely, the following test should pass:
but instead fails against ava version 6.1.1:
The text was updated successfully, but these errors were encountered: