UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

12 lines (9 loc) 178 B
var test = require('../../'); test('double end', function (t) { function doEnd() { t.end(); } t.equal(1 + 1, 2); t.end(); setTimeout(doEnd, 5); });