NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/tape/example/stream/test/x.js
2023-09-14 14:47:11 +08:00

6 lines
101 B
Java

var test = require('../../../');
test(function (t) {
t.plan(1);
t.equal('beep', 'boop');
});