NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/tape/test/exit/second.js

12 lines
161 B
JavaScript
Raw Normal View History

2023-09-14 14:47:11 +08:00
var test = require('../../');
test('first', function (t) {
t.plan(1);
t.ok(true);
});
test('second', function (t) {
t.plan(2);
t.ok(true);
});