Skip to content

Commit 7ff865b

Browse files
committed
skip test if inspector disabled
1 parent 2231fb5 commit 7ff865b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test/parallel/test-negative-and-implies-options.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
'use strict';
22

33
const common = require('../common');
4+
5+
common.skipIfInspectorDisabled();
6+
47
const assert = require('assert');
58
const { describe, it } = require('node:test');
69

0 commit comments

Comments
 (0)