summaryrefslogtreecommitdiff
path: root/tests/integration/lsp_tests.rs
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-05-30 00:07:57 -0400
committerGitHub <noreply@github.com>2024-05-30 04:07:57 +0000
commit2d3b596cf5b676aff127da04f21f758149e3580d (patch)
treea44b429810c78078180a8e51c59f4336090f084d /tests/integration/lsp_tests.rs
parent556012320ecf546aaf5f7ac84d75c29593af758e (diff)
feat: do not require `DENO_FUTURE=1` for npmrc support (#24043)
Diffstat (limited to 'tests/integration/lsp_tests.rs')
-rw-r--r--tests/integration/lsp_tests.rs1
1 files changed, 0 insertions, 1 deletions
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(