auth-api/tests/node_modules/tape/test/exit/todo_fail.js
2021-06-23 22:30:45 +02:00

9 lines
131 B
JavaScript

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