UNPKG

tape

Version:

tap-producing test harness for node and browsers

9 lines (6 loc) 119 B
'use strict'; var tape = require('../../../'); tape.test(function (t) { t.plan(1); t.fail('Should not print'); });