We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04c4c1f commit d50671bCopy full SHA for d50671b
test/parallel/test-http2-client-promisify-connect.js
@@ -1,6 +1,8 @@
1
'use strict';
2
3
const common = require('../common');
4
+common.crashOnUnhandledRejection();
5
+
6
if (!common.hasCrypto)
7
common.skip('missing crypto');
8
const assert = require('assert');
0 commit comments