UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

12 lines (10 loc) 172 B
var test = require('../../../'); test(function (t) { t.plan(2); t.equal(1+1, 2); t.ok(true); }); test('wheee', function (t) { t.ok(true); t.end(); });