diff options
Diffstat (limited to 'tests/integration')
-rw-r--r-- | tests/integration/lsp_tests.rs | 1 | ||||
-rw-r--r-- | tests/integration/node_unit_tests.rs | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index 28c36cd20..e1ee25058 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -7548,6 +7548,7 @@ fn lsp_completions_node_specifier() { "node:http", "node:http2", "node:https", + "node:inspector", "node:module", "node:net", "node:os", diff --git a/tests/integration/node_unit_tests.rs b/tests/integration/node_unit_tests.rs index e87f1cd2f..74ed293e3 100644 --- a/tests/integration/node_unit_tests.rs +++ b/tests/integration/node_unit_tests.rs @@ -74,6 +74,7 @@ util::unit_test_factory!( fetch_test, http_test, http2_test, + inspector_test, _randomBytes_test = internal / _randomBytes_test, _randomFill_test = internal / _randomFill_test, _randomInt_test = internal / _randomInt_test, |