UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

12 lines (10 loc) 230 B
var test = require('../'); test('parent', function (t) { t.pass('parent'); setTimeout(function () { t.test('child', function (st) { st.pass('child'); st.end(); }); }, 100); });