UNPKG

137 BJavaScriptView Raw
1import tape from '../../index.js';
2
3tape.test('mjs-a', function (t) {
4 t.pass('test ran');
5 t.end();
6 global.mjs_a = true;
7});
8