I'm trying to run unit tests written in QUnit using jsTestDriver. I'm getting "ReferenceError: equal is not defined". Checking the source code shows that the adapter (Qunit->jsTestDriver) QUnitAdapter.js supports the equals method:
While Qunit does not support equals (renamed to equal last year).
Am I missing something here?
p.s. I'm using jsTestDriver which is integrated into WebStorm 4.