UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

9 lines (7 loc) 192 B
var test = require('../'); test('many tests', function (t) { t.plan(100); for (var i = 0; i < 100; i++) { setTimeout(function () { t.pass(); }, Math.random() * 50); } });