Skip to content

Releases: CanopyTax/node-jspm-jasmine

v3.0.1

19 Feb 03:40
Compare
Choose a tag to compare

Bug fixes

  • Fixed issue where exit code was 1 even when the tests pass. (#43 )

v3.0.0

13 Jun 23:07
Compare
Choose a tag to compare

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.

Support for debugging in Chrome dev tools

27 Dec 22:13
Compare
Choose a tag to compare

Features:

  • Created jspmjasmineinspect executable that, when run, makes it possible to debug tests with chrome dev tools