We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5826fe4 commit ae40a78Copy full SHA for ae40a78
test/parallel/test-regress-GH-1531.js renamed to test/parallel/test-http-request-agent.js
@@ -1,5 +1,6 @@
1
'use strict';
2
const common = require('../common');
3
+const fixtures = require('../common/fixtures');
4
5
// This test ensures that a http request callback is called
6
// when the agent option is set
@@ -8,8 +9,6 @@ const common = require('../common');
8
9
if (!common.hasCrypto)
10
common.skip('missing crypto');
11
-const fixtures = require('../common/fixtures');
12
-
13
const https = require('https');
14
15
const options = {
0 commit comments