1.0.0-beta.3
Pre-releaseContinuing the work towards 1.0 🏗
This is the third beta release for AVA 1.0. You may want to read the release notes of the first beta, as well as the second one to get up to speed.
This release uses babel@v7.0.0-beta.40
. We're waiting for Babel 7 to go out of beta before releasing the 1.0 version of AVA itself. This doesn't mean that these releases are any less stable than our previous 0.x
versions though! If your project itself doesn't use Babel, or if your tests aren't coupled to your use of Babel 6 you should really upgrade.
Install this release using the next
distribution tag:
$ npm install --save-dev ava@next
Many of our recipes are now out of date. There's a list of them in this issue. We'd love it if you could help us update these recipes.
Our ESLint plugin also needs some updates: avajs/eslint-plugin-ava#185, avajs/eslint-plugin-ava#186 & avajs/eslint-plugin-ava#187.
Changes
- Fix
--fail-fast
accidentally interrupting test runs (a6fb0a7) - Simplify our code coverage recipe (af2c2b6)
All changes 📚
Get involved ✌️
We welcome new contributors. AVA is a friendly place to get started in open source. We have a great article on getting started contributing and a comprehensive contributing guide.