Skip to content

Commit

Permalink
Fix test for #82
Browse files Browse the repository at this point in the history
  • Loading branch information
sindresorhus committed Jul 17, 2018
1 parent 3c24df2 commit b666e1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test.js
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ test('.promise() - rejects', async t => {

test('erases wrapped lines', t => {
const stream = getPassThroughStream();
stream.isTTY = true;
stream.columns = 40;
let clearedLines = 0;
let cursorAtRow = 0;
Expand Down

0 comments on commit b666e1f

Please sign in to comment.