2.0.0 Beta 2
Pre-release
Pre-release
Breaking changes
- Test implementations may return observables. We've updated our TypeScript definition to require these to have a
Symbol.observablefunction. 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
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.