From 4e19474129222b122eeb8fb4c4f289e29a5184bd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Sat, 31 Aug 2024 22:25:32 +0100 Subject: chore: remove DENO_FUTURE=1 from spec tests (#25329) Towards https://github.com/denoland/deno/issues/25241 --- tests/specs/install/future_install_node_modules/__test__.jsonc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'tests/specs/install/future_install_node_modules/__test__.jsonc') diff --git a/tests/specs/install/future_install_node_modules/__test__.jsonc b/tests/specs/install/future_install_node_modules/__test__.jsonc index c705ad0f8..94cd8ee2e 100644 --- a/tests/specs/install/future_install_node_modules/__test__.jsonc +++ b/tests/specs/install/future_install_node_modules/__test__.jsonc @@ -2,9 +2,6 @@ "tests": { "install_sets_up_node_modules": { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install", @@ -27,9 +24,6 @@ }, "install_sets_up_node_modules_with_lockfile": { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install", @@ -65,9 +59,6 @@ }, "install_errors_corrupted_lockfile": { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install", -- cgit v1.2.3