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

7 lines
116 B
JavaScript

var test = require('../../');
test('todo fail', { todo: true }, function (t) {
t.plan(1);
t.ok(false);
});