Skip to content

Commit

Permalink
Ignore tape output.
Browse files Browse the repository at this point in the history
  • Loading branch information
KoryNunn authored and ljharb committed Jan 10, 2019
1 parent c864434 commit 76ca27f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/async.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
var tape = require('../');
var tap = require('tap');
var concat = require('concat-stream');

tap.test('async test calls', function (tt) {
tt.plan(1);

var test = tape.createHarness();
var tc = tap.createConsumer();

test.createStream().pipe(tc);
test.createStream().pipe(concat(function(){})); // Ignore output

function run1(callback){
test('first', function (t) {
Expand Down

0 comments on commit 76ca27f

Please sign in to comment.