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 2231fb5 commit 7ff865bCopy full SHA for 7ff865b
test/parallel/test-negative-and-implies-options.js
@@ -1,6 +1,9 @@
1
'use strict';
2
3
const common = require('../common');
4
+
5
+common.skipIfInspectorDisabled();
6
7
const assert = require('assert');
8
const { describe, it } = require('node:test');
9
0 commit comments