Skip to content

Commit

Permalink
remove skip for yarn
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Sep 5, 2021
1 parent f54d807 commit 41b82b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/transport.test.js
Expand Up @@ -119,7 +119,7 @@ test('pino.transport loads the pino-elasticsearch package', ({ plan, ok, fail, e
})
transport.on('error', function (err) {
ok(err)
equal(err.message, 'Missing node(s) option', 'pino-elastisearch trigger a valid error', { skip: isYarnPnp })
equal(err.message, 'Missing node(s) option', 'pino-elastisearch trigger a valid error')
})

pass('pino instance created')
Expand Down

0 comments on commit 41b82b8

Please sign in to comment.