UNPKG

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