This is the second (pre)release of AVA 4 🎊 Please read the release notes for Alpha 1.
Breaking changes 💥
- Shared workers are available only in worker threads, not child processes. Thanks @dnlup! bdf2cf0
- If installed globally, AVA will no longer use any locally installed version. Install locally and run with
npx ava
instead 1ee1e82 - When running test files from another project that also has AVA installed, those test files will now fail to run (because they'll try and use that other AVA version) cc4e622