Skip to content

Commit d50671b

Browse files
Scya597MylesBorins
authored andcommitted
test: add common.crashOnUnhandledRejection()
PR-URL: #17212 Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 04c4c1f commit d50671b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/parallel/test-http2-client-promisify-connect.js

+2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
'use strict';
22

33
const common = require('../common');
4+
common.crashOnUnhandledRejection();
5+
46
if (!common.hasCrypto)
57
common.skip('missing crypto');
68
const assert = require('assert');

0 commit comments

Comments
 (0)