v6.4.1
Fixes
- Test worker now stays alive until explicitly freed, preventing premature termination
Unclaimed project
Are you a maintainer of ava? Claim this project to take control of your public changelog and roadmap.
Changelog
Node.js test runner that lets you develop with confidence π
Fixes
@mmulet did fantastic work to spearhead interactive watch mode filters. You can now filter test...
npm audit warnings by @novemberborn in https://github.com/avajs/ava/pull/3377Full Changelog: htt...
filterNodeArgumentsForWorkerThreads option in https://github.com/avajs/ava/pull/3336Full Changelog: https://github.com/avajs/ava/compare/v6.1.3....
serial configuration option by @turadg in https://github.com/avajs/ava/pull/3321any: true by @gibson042 in https://github.com/avajs/ava/pull/3313Full Changelog: https://github.com/avajs/ava/compare/v6.1.1...v6.1.2
Full Changelog: https://github.com/avajs/ava/compare/v6.1.0...v6.1.1
Implement registerCompletionHandler() by @novemberborn in https://github.com/avajs/ava/pull/3283
AVA 6 expects test code to clean up gracefully when the tests are complete, allowing the test environment (worker thread or child process) to exit. If this does not happen, AVA will report a timeout. You can use registerCompletionHandler() to perform any other clean up (...
Full Changelog: https://github.com/avajs/ava/compare/v6.0.0...v6.0.1
proces.exit(). If your test file does not exit on its own, the test run will time out. #3260