UNPKG

139 BJavaScriptView Raw
1"use strict";
2
3exports['Some nodeunit test.'] = function (test) {
4 test.equal(1 + 2, 3, "1+2 should be equal to 2");
5 test.done();
6};
\No newline at end of file