Releases: CanopyTax/node-jspm-jasmine
Releases · CanopyTax/node-jspm-jasmine
v3.0.1
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
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
Features:
- Created
jspmjasmineinspect
executable that, when run, makes it possible to debug tests with chrome dev tools