UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

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