Skip to content

Releases: avajs/ava

0.4.0

07 Nov 13:15
Compare
Choose a tag to compare

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

Changes

v0.3.0...v0.4.0