diff options
Diffstat (limited to 'tests/specs/compile')
| -rw-r--r-- | tests/specs/compile/byonm_main_sub_dir/__test__.jsonc | 3 | ||||
| -rw-r--r-- | tests/specs/compile/npmrc_byonm/__test__.jsonc | 3 |
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", |
