Skip to content

2.0.0 Beta 2

Pre-release
Pre-release

Choose a tag to compare

@novemberborn novemberborn released this 19 May 14:41
f26634b

⚠️ If you're looking to upgrade from 1.4.1, make sure to read the Beta 1 release notes.

Breaking changes

  • Test implementations may return observables. We've updated our TypeScript definition to require these to have a Symbol.observable function. c2d8218

Test file and helper selection

AVA now also selects files ending with .spec.js when looking for tests. 08e99e5

You can now specify custom globs to select helper files:

{
  "ava": {
    "helpers": [
      "**/helpers/**/*"
    ]
  }
}

Bugfixes

  • The dependency tracking in watch mode now respects custom require hooks you install in the worker processes. Thanks @lo1tuma! cb4c809
  • The TypeScript definition once again allows test.skip(macro) ba5cd80

All changes

v2.0.0-beta.1...v2.0.0-beta.2

Thanks

Thank you @StoneCypher, @LukasHechenberger, @lo1tuma, @htor and @alexisfontaine. We couldn't have done this without you!

Get involved

We welcome new contributors. AVA is a friendly place to get started in open source. We have a great articleon getting started contributing and a comprehensive contributing guide.