Jasmine-jQuery v2 adding support for Jasmine v2
I released Jasmine-jQuery v2.0.0 which adds support for Jasmine v2.0.0.
Jasmine v2 removed support for replacing built-in matchers, which Jasmine-jQuery made use of to replace toBe()
and toContain()
, so there are API changes:
toBe()
is nowtoEqual()
toContain()
is nowtoContainElement()
Meanwhile, I’ll see about patching Jasmine to re-add that feature…