UNPKG

tape

Version:

tap-producing test harness for node and browsers

8 lines (6 loc) 150 B
import tape from '../../index.js'; tape.test('mjs-h', function (t) { // @ts-expect-error t.ok(global.mjs_g, 'test ran after mjs-g'); t.end(); });