github avajs/ava v4.0.0-alpha.2
4.0.0 Alpha 2

latest releases: v6.1.3, v6.1.2, v6.1.1...
pre-release3 years ago

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

Other changes 🤓

  • Remove --preserve-symlink and npm link detection eef1a55
  • Correctly resolve ESLint plugin helper worker path 000c42e
  • Time out ESLint config resolution after 10 seconds 3aac5e8
  • Explicit and separate CJS and ESM entrypoints 5e08444

v4.0.0-alpha.1...v4.0.0-alpha.2

Don't miss a new ava release

NewReleases is sending notifications on new releases.