ava v2.2.0 Release Notes

Release Date: 2019-07-08 // almost 5 years ago
  • ✨ Enhancements

    ✅ You can now specify an alternative config file, using the --config CLI argument. This is useful if you want to run unit tests separately from integration tests, since you can have a config file specific to your integration tests which specifies different glob patterns. 2dae2bf

    🐛 Bug fixes

    ✅ We're now faking the new hasColors() method for better compatibility with Node.js 12. d399797

    Node.js 11

    ⬆️ We've removed Node.js 11 from our test matrix. You should upgrade to Node.js 12. 90acbb9

    All changes

    v2.1.0...v2.2.0

    Thanks

    Thank you @langri-sha, @keyspress, @cdaringe and @okyantoro. We couldn't have done this without you!

    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.