UNPKG

tape

Version:

tap-producing test harness for node and browsers

10 lines (8 loc) 162 B
var test = require('../../'); test('double end', function (t) { t.equal(1 + 1, 2); t.end(); setTimeout(function () { t.end(); }, 5); });