Skip to content

Commit

Permalink
removed TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
mcollina committed Jun 7, 2021
1 parent 7fe66d6 commit caaec82
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/transport.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ test('pino.transport with file (no options + error handling)', async ({ equal })
const transport = pino.transport({
target: join(__dirname, 'fixtures', 'to-file-transport.js')
})
// TODO: when thread stream passess error handling to main, mop up the console.error
const [err] = await once(transport, 'error')
equal(err.message, 'kaboom')
})
Expand Down

0 comments on commit caaec82

Please sign in to comment.