UNPKG

116 BJavaScriptView Raw
1var test = require('../../');
2
3test('todo fail', { todo: true }, function (t) {
4 t.plan(1);
5 t.ok(false);
6});