Skip to content

3.14.0

Compare
Choose a tag to compare
@novemberborn novemberborn released this 07 Dec 09:09
v3.14.0
5d3b200

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鈥檝e 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.