summaryrefslogtreecommitdiff
path: root/tests/specs/compile
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-08-31 22:25:32 +0100
committerGitHub <noreply@github.com>2024-08-31 21:25:32 +0000
commit4e19474129222b122eeb8fb4c4f289e29a5184bd (patch)
tree2844e3a47250e6cc3ebfd3aa77d65c9363186cc8 /tests/specs/compile
parent3a63572187ef435e254a4c753d03a39effae0761 (diff)
chore: remove DENO_FUTURE=1 from spec tests (#25329)
Towards https://github.com/denoland/deno/issues/25241
Diffstat (limited to 'tests/specs/compile')
-rw-r--r--tests/specs/compile/byonm_main_sub_dir/__test__.jsonc3
-rw-r--r--tests/specs/compile/npmrc_byonm/__test__.jsonc3
2 files changed, 0 insertions, 6 deletions
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",