UNPKG

123 BJavaScriptView Raw
1'use strict';
2
3var tape = require('../../../');
4
5tape.test(function (t) {
6 t.fail('Should not print');
7 t.end();
8});