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-c', function (t) { t.ok(global.mjs_b, 'test ran after mjs-b'); t.end(); global.mjs_c = true; });