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 3d808d9 commit 7928e6bCopy full SHA for 7928e6b
test/parallel/test-http-perf_hooks.js
@@ -72,7 +72,7 @@ process.on('exit', () => {
72
assert.strictEqual(typeof entry.detail.res.statusCode, 'number');
73
assert.strictEqual(typeof entry.detail.res.statusMessage, 'string');
74
assert.strictEqual(typeof entry.detail.res.headers, 'object');
75
- };
+ }
76
assert.strictEqual(numberOfHttpClients, 2);
77
assert.strictEqual(numberOfHttpRequests, 2);
78
});
0 commit comments