Skip to content

Commit

Permalink
Debug travis test failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
coreyfarrell committed Dec 1, 2017
1 parent bffb995 commit 2f81507
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/cliui.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ describe('cliui', function () {
' '
]

console.log(`ui.toString(): '${ui.toString().replace('\n', '\\n\n')}'`)
ui.toString().split('\n').map(function (l) {
return stripAnsi(l)
}).should.eql(expected)
Expand Down

0 comments on commit 2f81507

Please sign in to comment.