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/npm/lifecycle_scripts/__test__.jsonc | 3 --- 1 file changed, 3 deletions(-) (limited to 'tests/specs/npm/lifecycle_scripts') diff --git a/tests/specs/npm/lifecycle_scripts/__test__.jsonc b/tests/specs/npm/lifecycle_scripts/__test__.jsonc index 6ea9b8f6e..f7a722a8b 100644 --- a/tests/specs/npm/lifecycle_scripts/__test__.jsonc +++ b/tests/specs/npm/lifecycle_scripts/__test__.jsonc @@ -74,9 +74,6 @@ }, "future_install_lifecycle_scripts": { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": [ -- cgit v1.2.3