Skip to content

Commit

Permalink
refactor: remove leftover
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Jan 7, 2024
1 parent 8515e0b commit b4c8883
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,10 +55,6 @@ test('debug#fetch', async t => {
child.stderr.setEncoding('utf8')

for await (const chunk of child.stderr) {
if (chunk.includes('[UNDICI-WS] Warning')) {
continue
}

assert.match(
chunk,
/(FETCH [0-9]+:) (connecting to|connected to|sending request|received response|trailers received|request to)/
Expand Down

0 comments on commit b4c8883

Please sign in to comment.