Skip to content

Commit b581bb0

Browse files
committed
test: fix test by removing node-inspect/lib/_inspect
If this file is loaded with Node.js build without ssl, it will load 'node-inspect/lib/internal/inspect_client' as well. Due to that two deprecation warnings will be emitted instead of one and the test fails. It should be safe to just test all other cases and to ignore this specific file.
1 parent 348d9a6 commit b581bb0

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

test/parallel/test-require-deps-deprecation.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ const common = require('../common');
44
const assert = require('assert');
55

66
const deprecatedModules = [
7-
'node-inspect/lib/_inspect',
87
'node-inspect/lib/internal/inspect_client',
98
'node-inspect/lib/internal/inspect_repl',
109
'v8/tools/SourceMap',

0 commit comments

Comments
 (0)