UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

10 lines (7 loc) 140 B
var test = require('../'); test('only2 test 1', function (t) { t.end(); }); test.only('only2 test 2', function (t) { t.end(); });