UNPKG

tape

Version:

tap-producing test harness for node and browsers

10 lines (7 loc) 149 B
import tape from '../../index.js'; tape.test('mjs-a', function (t) { t.pass('test ran'); t.end(); // @ts-expect-error global.mjs_a = true; });