avajs / ava

Node.js test runner that lets you develop with confidence 🚀
MIT License
20.74k stars 1.41k forks source link

Implement registerCompletionHandler() #3283

Closed novemberborn closed 10 months ago

novemberborn commented 11 months ago

Register a function to be called when AVA has completed a test run without uncaught exceptions or unhandled rejections.

Fixes #3279.

acro5piano commented 10 months ago

This is fantastic for users who have been using AVA before 6.0.0. I'm looking forward to the new version. Thanks!