UNPKG

tape

Version:

tap-producing test harness for node and browsers

11 lines (8 loc) 221 B
'use strict'; var tape = require('../..'); tape.test('test-a', function (t) { // @ts-expect-error t.ok(global.module_a, 'module-a loaded in same context'); t.pass('test ran after module-a was loaded'); t.end(); });