UNPKG

tape

Version:

tap-producing test harness for node and browsers

8 lines (6 loc) 151 B
import tape from '../../index.js'; tape.test('mjs-b', function (t) { t.ok(global.mjs_a, 'test ran after mjs-a'); t.end(); global.mjs_b = true; });