Releases: avajs/ava
Releases · avajs/ava
0.4.1
Highlights
Changes
0.4.0
Highlights
- Shared context between tests and beforeEach/afterEach hooks. a76ced6
- Don't display test title if there's only one anonymous test. bb1304c
- Add string support to the
throws
assertion. 257c414 - Use the Babel API instead of the require hook. We no longer interfere with custom use of the require hook. 1d5ef4c
- Fix compatibility problems with
nyc
. 7087a08