UNPKG

tape

Version:

tap-producing test harness for node and browsers

7 lines (5 loc) 129 B
import tape from '../../index.js'; tape.test('mjs-h', function (t) { t.ok(global.mjs_g, 'test ran after mjs-g'); t.end(); });