UNPKG

@raphaeldeveloper/whoiam.domain

Version:

Project with domain rules about user authentication.

9 lines (6 loc) 142 B
var tape = require('../..'); tape.test('module-b', function (t) { t.plan(1); t.pass('loaded module b'); }); global.module_b = true;