From 2d3b596cf5b676aff127da04f21f758149e3580d Mon Sep 17 00:00:00 2001 From: David Sherret Date: Thu, 30 May 2024 00:07:57 -0400 Subject: feat: do not require `DENO_FUTURE=1` for npmrc support (#24043) --- tests/integration/lsp_tests.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'tests/integration') diff --git a/tests/integration/lsp_tests.rs b/tests/integration/lsp_tests.rs index 51507b0a6..ee3b06d37 100644 --- a/tests/integration/lsp_tests.rs +++ b/tests/integration/lsp_tests.rs @@ -8866,7 +8866,6 @@ fn lsp_npmrc() { .use_http_server() .use_temp_cwd() .add_npm_env_vars() - .env("DENO_FUTURE", "1") .build(); let temp_dir = context.temp_dir(); temp_dir.write( -- cgit v1.2.3