UNPKG

nodeunit

Version:

Easy unit testing for node.js and the browser.

5 lines (4 loc) 87 B
exports['example test sub'] = function (test) { test.ok(true); test.done(); };