Skip to content

Commit 5dd620b

Browse files
esbb48gibfahn
authored andcommitted
test: use common.crashOnUnhandledRejection
PR-URL: #17218 Reviewed-By: Gireesh Punathil <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 74e6f0d commit 5dd620b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/parallel/test-http-agent.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@
2323
const common = require('../common');
2424
const assert = require('assert');
2525
const http = require('http');
26+
common.crashOnUnhandledRejection();
2627

2728
const N = 4;
2829
const M = 4;

0 commit comments

Comments
 (0)