Open GoogleCodeExporter opened 8 years ago
notEqual() and strictEqual() functions are not working too:
test("some other test", function() {
expect(2);
notEqual( true, false, "failing test" );
strictEqual( true, true, "passing test" );
});
Maybe it is worth to switch to the
https://github.com/jivesoftware/QUnitTestRunnerPlugin , because
QUnitTestRunnerPlugin uses the actual QUnit framework to run tests.
Original comment by Sergey.S...@gmail.com
on 26 Nov 2011 at 1:33
Suggetion to start supporting new qunit syntax: Patch line 56 of the
QUnitAdapter to:
window.equal = window.equals = function(a, b, msg) {
Original comment by mcbee...@gmail.com
on 8 May 2012 at 1:19
Original issue reported on code.google.com by
stewart....@gmail.com
on 24 Oct 2011 at 10:27