github avajs/ava v3.14.0
3.14.0

latest releases: v6.1.3, v6.1.2, v6.1.1...
3 years ago

Snapshot ordering

With this release, snapshot files are now ordered based on test declaration, not completion. This makes it easier to compare the human-readable reports to your test file, and also stops the .snap from changing when the reports themselves don't. You'll want to rebuild snapshots after upgrading to this release to isolate any changes. Thanks @ninevra! e66b54c

Shared workers

We’ve been working on making AVA more extensible. One major step on this path is our new shared worker support: run code in the main process, communicate with test workers and influence execution. Find out more in our shared workers recipe.


See v3.13.0...v3.14.0 for all changes.

Don't miss a new ava release

NewReleases is sending notifications on new releases.