UNPKG

tape

Version:

tap-producing test harness for node and browsers

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