stub2.js 117 B

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