avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.73k stars 1.4k forks source link

Update t.throws to accept falsy non-Error thrown values when expectation.any is true #3313

Closed gibson042 closed 7 months ago

gibson042 commented 7 months ago

Fixes #3312

novemberborn commented 7 months ago

Nice find, thanks @gibson042!