minijasminenode2
Advanced tools
Changelog
1.0.0-beta.1
This change migrates to using Jasmine 2.0, and thus contains any breaking changes from Jasmine 1.3.1 to Jasmine 2.0.
Notably
it('does foo', fn, 1000))
no longer workIf you would like to continue using MiniJasmineNode against Jamsmine 1.3.1, please use version 0.4.0. This can be downloaded with npm install minijasminenode@jasmine1
.