From 14aaa73c0200d7fac4aa224d623e28b5955daab9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 26 Apr 2023 19:57:38 +0200 Subject: refactor: don't expose Deno[Deno.internal].core namespace (#18816) --- cli/tests/integration/npm_tests.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests/integration/npm_tests.rs') diff --git a/cli/tests/integration/npm_tests.rs b/cli/tests/integration/npm_tests.rs index fad79e371..29f9054ba 100644 --- a/cli/tests/integration/npm_tests.rs +++ b/cli/tests/integration/npm_tests.rs @@ -118,7 +118,7 @@ itest!(dual_cjs_esm { }); itest!(child_process_fork_test { - args: "run -A --quiet npm/child_process_fork_test/main.ts", + args: "run -A --quiet --enable-testing-features-do-not-use npm/child_process_fork_test/main.ts", output: "npm/child_process_fork_test/main.out", envs: env_vars_for_npm_tests(), http_server: true, -- cgit v1.2.3