Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update test/parallel/test-warn-http-server-deprecation.js
Co-authored-by: Dario Piotrowicz <[email protected]>
  • Loading branch information
bjohansebas and dario-piotrowicz authored May 31, 2025
commit 2103d6f19f5b44505c4bd02a8d6199115a75358f
2 changes: 1 addition & 1 deletion test/parallel/test-warn-http-server-deprecation.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

const common = require('../common');

// _http_outgoing is deprecated.
// _http_server is deprecated.

common.expectWarning('DeprecationWarning',
'The _http_server module is deprecated. Use `node:http` instead.', 'DEP0195');
Expand Down
Loading