UNPKG

compound-ex4

Version:

Compound-ex4 - MVC framework for NodeJS (ExpressJs 4 version), fork compoundjs(https://github.com/1602/compound)

13 lines (12 loc) 319 B
this.suite1 = { 'test one': function (test) { test.ok(true, 'everythings ok'); setTimeout(function () { test.done(); }, 10); }, 'apples and oranges': function (test) { test.equal('apples', 'oranges', 'comparing apples and oranges'); test.done(); } };