UNPKG

nodeunit

Version:

Easy unit testing for node.js and the browser.

8 lines (7 loc) 173 B
this.suite3 = { 'test for ie6,7,8': function (test) { test.deepEqual(["test"], ["test"]); test.notDeepEqual(["a"], ["b"]); test.done(); } };