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/compile/byonm_main_sub_dir/__test__.jsonc | 3 --- tests/specs/compile/npmrc_byonm/__test__.jsonc | 3 --- 2 files changed, 6 deletions(-) (limited to 'tests/specs/compile') diff --git a/tests/specs/compile/byonm_main_sub_dir/__test__.jsonc b/tests/specs/compile/byonm_main_sub_dir/__test__.jsonc index aa225ddd1..28227b4b2 100644 --- a/tests/specs/compile/byonm_main_sub_dir/__test__.jsonc +++ b/tests/specs/compile/byonm_main_sub_dir/__test__.jsonc @@ -1,8 +1,5 @@ { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [{ "args": "install", "output": "[WILDCARD]" diff --git a/tests/specs/compile/npmrc_byonm/__test__.jsonc b/tests/specs/compile/npmrc_byonm/__test__.jsonc index 470e5299c..0cf5c4d7c 100644 --- a/tests/specs/compile/npmrc_byonm/__test__.jsonc +++ b/tests/specs/compile/npmrc_byonm/__test__.jsonc @@ -1,7 +1,4 @@ { - "envs": { - "DENO_FUTURE": "1" - }, "tempDir": true, "steps": [{ "args": "install", -- cgit v1.2.3