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

Releases: CanopyTax/node-jspm-jasmine

v3.0.1

Choose a tag to compare

@internettrans internettrans released this 19 Feb 03:40

Bug fixes

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

v3.0.0

Choose a tag to compare

@internettrans internettrans released this 13 Jun 23:07

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

Choose a tag to compare

@internettrans internettrans released this 27 Dec 22:13

Features:

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