summaryrefslogtreecommitdiff
path: root/test/parallel/test-http2-withflag.js
blob: 069212257c2f0bddf689946f8064465fe593e260 (plain)
1
2
3
4
5
6
7
8
9
// Flags: --expose-http2
'use strict';

const common = require('../common');
if (!common.hasCrypto)
  common.skip('missing crypto');
const assert = require('assert');

assert.doesNotThrow(() => require('http2'));