UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

15 lines (12 loc) 277 B
var test = require('../'); test('parent test', function (t) { t.plan(2); t.test('first child', function (t) { t.plan(1); t.pass('pass first child'); }); t.test(function (t) { t.plan(1); t.pass('pass second child'); }); });