UNPKG

tape

Version:

tap-producing test harness for node and browsers

10 lines (7 loc) 200 B
'use strict'; var tape = require('../..'); tape.test('test-a', function (t) { t.ok(global.module_a, 'module-a loaded in same context'); t.pass('test ran after module-a was loaded'); t.end(); });