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

10 lines
140 B
Java
Raw Normal View History

2023-09-14 14:47:11 +08:00
var test = require('../');
test('only2 test 1', function (t) {
t.end();
});
test.only('only2 test 2', function (t) {
t.end();
});