UNPKG

tape

Version:

tap-producing test harness for node and browsers

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