UNPKG

tape

Version:

tap-producing test harness for node and browsers

9 lines (6 loc) 128 B
import tape from '../../index.js'; tape.test('mjs-a', function (t) { t.pass('test ran'); t.end(); global.mjs_a = true; });