UNPKG

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