Skip to content
This repository was archived by the owner on Apr 15, 2025. It is now read-only.

v3.0.0

Choose a tag to compare

@internettrans internettrans released this 13 Jun 23:07
· 8 commits to master since this release

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 runTests is no longer only called when there are errors. Instead, it is called always, as a node-style errBack which indicates wither success or failure.