NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/tape/test/require/test-b.js

8 lines
194 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
var tape = require('../..');
tape.test('test-b', function (t) {
t.ok(global.module_b, 'module-b loaded in same context');
t.pass('test ran after module-b was loaded');
t.end();
});