summaryrefslogtreecommitdiff
path: root/cli/tests/integration/inspector_tests.rs
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2023-04-26 19:57:38 +0200
committerGitHub <noreply@github.com>2023-04-26 19:57:38 +0200
commit14aaa73c0200d7fac4aa224d623e28b5955daab9 (patch)
treeb5a0c41f831fefb2d506f323a55570493a216787 /cli/tests/integration/inspector_tests.rs
parent2df6db36c85c27d424d54e9c168ef4ea09c5c08c (diff)
refactor: don't expose Deno[Deno.internal].core namespace (#18816)
Diffstat (limited to 'cli/tests/integration/inspector_tests.rs')
-rw-r--r--cli/tests/integration/inspector_tests.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tests/integration/inspector_tests.rs b/cli/tests/integration/inspector_tests.rs
index cf66c4adc..29d13cd46 100644
--- a/cli/tests/integration/inspector_tests.rs
+++ b/cli/tests/integration/inspector_tests.rs
@@ -307,6 +307,7 @@ async fn inspector_break_on_first_line() {
let child = util::deno_cmd()
.arg("run")
.arg(inspect_flag_with_unique_port("--inspect-brk"))
+ .arg("--enable-testing-features-do-not-use")
.arg(script)
.stdout(std::process::Stdio::piped())
.stderr(std::process::Stdio::piped())