Open tbosch opened 11 years ago
Bug in unittestUtil.js: $.fn.addClass
only has 1 Parameter, but:
lib/unittestUtils.js: page.addClass("temp", "true"); lib/unittestUtils.js: wrapperElement.children().addClass("result", "true"); lib/unittestUtils.js: return $(".result").removeClass("result").addClass("temp", "true");
is there a version of unittestutils.js for mocha instead of jasmine?
Sorry, not yet :-(
You need to use
test/lib/unittestutils.js
.Right now, this relies on angular-mocks v.1.0.1. Can we update angular-mocks to a current version?
Tobias