UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

11 lines (8 loc) 187 B
var test = require('../'); test.only('only5 duplicate test name', function (t) { t.end(); }); test('only5 duplicate test name', function (t) { t.fail('not 2'); t.end(); });