This repository was archived by the owner on Apr 15, 2025. It is now read-only.
v3.0.0
New features:
- you can now be notified when the tests complete a test run by using an errBack as the second argument of
runTests
Breaking changes:
- The second argument for
runTestsis no longer only called when there are errors. Instead, it is called always, as a node-style errBack which indicates wither success or failure.