Skip to content

Commit

Permalink
add debug line for travis bc this is passing locally
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Jul 20, 2018
1 parent 50ac96e commit c930369
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/onPort.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,6 @@ child
.on('data', (line) => {
const regexp = lines.shift()
t.ok(regexp, 'we are expecting this line')
console.error(line)
t.ok(regexp.test(line), 'line matches ' + regexp)
})

0 comments on commit c930369

Please sign in to comment.