karma-jasmine
Advanced tools
Changelog
3.0.1 (2020-01-06)
adapter: log when Jasmine fails because no expect() were run (#238) (646796e)
reporter: On no-single-run and failure, emit a debug URL (#235) (76f092a)
Propagate errors thrown in afterAll blocks (f3fa264), closes #161
update the version to 2.0.0 and restrict node version available to 4.0 (c84316e)
Update deps and drop node v6 to match karma v4.0 (#233) (097eed4), closes #233
feat (adapter): Use jasmine's new configure method (#224) (6663e47), closes #224 #221
drop support for node v6
Also update travis config to drop v6 andd v10
stopOnFailure
, which was previously documented in karma-jasmine's README, is
not configuration option for jasmine. Use oneFailurePerSpec
instead.
Requires peerDependency Jasmine@^3.3.0
<a name="3.0.0"></a>
Changelog
3.0.0 (2020-01-04)
drop support for node v6
Also update travis config to drop v6 andd v10
<a name="2.0.1"></a>
Changelog
2.0.0 (2018-11-15)
stopOnFailure
, which was previously documented in karma-jasmine's README, is
not configuration option for jasmine. Use oneFailurePerSpec
instead.Requires peerDependency Jasmine@^3.3.0
<a name="1.1.2"></a>
Changelog
1.1.2 (2018-05-02)
<a name="1.1.1"></a>