UNPKG

tape

Version:

tap-producing test harness for node and browsers

12 lines (8 loc) 171 B
'use strict'; var tape = require('../..'); tape.test('module-a', function (t) { t.plan(1); t.pass('loaded module a'); }); // @ts-expect-error global.module_a = true;