UNPKG

160 BJavaScriptView Raw
1import tape from '../../index.js';
2
3tape.test('mjs-f', function (t) {
4 t.ok(global.mjs_e, 'test ran after mjs-e');
5 t.end();
6 global.mjs_f = true;
7});