expect.js v0.3.1 Release Notes
Release Date: 2014-02-20 // over 9 years ago-
No data yet 😐
You can check the official repo
Previous changes from v0.2.0
-
- fix isRegExp bug in some edge cases
- add closure to all assertion messages deferring costly inspects until there is actually a failure
- fix
make test
for recent mochas - add inspect() case for DOM elements
- relax failure msg null check
- add explicit failure through
expect().fail()
- clarified all
empty
functionality in README example - added docs for throwException fn/regexp signatures