UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

12 lines (9 loc) 161 B
var test = require('../../'); test('first', function (t) { t.plan(1); t.ok(true); }); test('second', function (t) { t.plan(2); t.ok(true); });