UNPKG

tape

Version:

tap-producing test harness for node and browsers

11 lines (7 loc) 151 B
'use strict'; var tape = require('../..'); tape.test('module-a', function (t) { t.plan(1); t.pass('loaded module a'); }); global.module_a = true;