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 946ec5a commit db32729Copy full SHA for db32729
test/parallel/test-inspector-invalid-protocol.js
@@ -1,5 +1,6 @@
1
'use strict';
2
const common = require('../common');
3
+common.skipIfInspectorDisabled();
4
const { spawn } = require('node:child_process');
5
const assert = require('node:assert');
6
0 commit comments