Skip to content

Commit

Permalink
??
Browse files Browse the repository at this point in the history
  • Loading branch information
KhafraDev committed Jun 5, 2024
1 parent 98473c2 commit add33ae
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions test/node-test/debug.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,6 @@ test('debug#websocket', { skip: !process.versions.icu }, async t => {
const chunks = []
const assertions = [
/(WEBSOCKET [0-9]+:) (connecting to)/,
// Skip the chunk that comes with the experimental warning
/(\[UNDICI-WS\])/,
/\(Use `node --trace-warnings \.\.\.` to show where the warning was created\)/,
/(WEBSOCKET [0-9]+:) (connected to)/,
/(WEBSOCKET [0-9]+:) (sending request)/,
/(WEBSOCKET [0-9]+:) (connection opened)/,
Expand Down

0 comments on commit add33ae

Please sign in to comment.