v6.1.0 #3294
novemberborn
started this conversation in
General
v6.1.0
#3294
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
What's Changed
Implement
registerCompletionHandler()
by @novemberborn in Implement registerCompletionHandler() #3283AVA 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 (or indeed exit the process) after AVA has completed the test execution. See the description here.Fix potential bug with watch mode when no failed test files are written by @novemberborn in Fix potential bug with watch mode when no failed test files are written #3287
Fix
ava/internal
ESM type module by @codetheweb in Fix import typo #3292Full Changelog: v6.0.1...v6.1.0
This discussion was created from the release v6.1.0.
Beta Was this translation helpful? Give feedback.
All reactions