Skip to content

Commit

Permalink
test(helpers): replace readable-stream with node:stream
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Dec 12, 2024
1 parent 08746b4 commit e1b22ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/helpers.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
'use strict'

const { Writable } = require('readable-stream')
const { Writable } = require('node:stream')
const fastify = require('fastify')
const pino = require('pino')
const target = require('..')
Expand Down

0 comments on commit e1b22ce

Please sign in to comment.