diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-08-31 22:25:32 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-31 21:25:32 +0000 |
| commit | 4e19474129222b122eeb8fb4c4f289e29a5184bd (patch) | |
| tree | 2844e3a47250e6cc3ebfd3aa77d65c9363186cc8 /tests/specs/install | |
| parent | 3a63572187ef435e254a4c753d03a39effae0761 (diff) | |
chore: remove DENO_FUTURE=1 from spec tests (#25329)
Towards https://github.com/denoland/deno/issues/25241
Diffstat (limited to 'tests/specs/install')
9 files changed, 0 insertions, 33 deletions
diff --git a/tests/specs/install/future_install_add_dist_tag/__test__.jsonc b/tests/specs/install/future_install_add_dist_tag/__test__.jsonc index a3247d160..c1c786188 100644 --- a/tests/specs/install/future_install_add_dist_tag/__test__.jsonc +++ b/tests/specs/install/future_install_add_dist_tag/__test__.jsonc @@ -2,9 +2,6 @@ "tempDir": true, "steps": [ { - "envs": { - "DENO_FUTURE": "1" - }, "args": "install npm:ajv@latest", "output": "install.out" } diff --git a/tests/specs/install/future_install_global/__test__.jsonc b/tests/specs/install/future_install_global/__test__.jsonc index e646164c6..8c5e0cdbd 100644 --- a/tests/specs/install/future_install_global/__test__.jsonc +++ b/tests/specs/install/future_install_global/__test__.jsonc @@ -1,8 +1,5 @@ { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install --global --root ./bins --name deno-test-bin ./pkg/main.js", diff --git a/tests/specs/install/future_install_local_add_deno/__test__.jsonc b/tests/specs/install/future_install_local_add_deno/__test__.jsonc index eaafafbdd..60112d858 100644 --- a/tests/specs/install/future_install_local_add_deno/__test__.jsonc +++ b/tests/specs/install/future_install_local_add_deno/__test__.jsonc @@ -1,8 +1,5 @@ { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install npm:@denotest/esm-basic", diff --git a/tests/specs/install/future_install_local_add_npm/__test__.jsonc b/tests/specs/install/future_install_local_add_npm/__test__.jsonc index 19ded2ab5..35d1bfce2 100644 --- a/tests/specs/install/future_install_local_add_npm/__test__.jsonc +++ b/tests/specs/install/future_install_local_add_npm/__test__.jsonc @@ -1,8 +1,5 @@ { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install npm:@denotest/esm-basic", diff --git a/tests/specs/install/future_install_local_deno/__test__.jsonc b/tests/specs/install/future_install_local_deno/__test__.jsonc index 928030699..bbfee2d9d 100644 --- a/tests/specs/install/future_install_local_deno/__test__.jsonc +++ b/tests/specs/install/future_install_local_deno/__test__.jsonc @@ -1,8 +1,5 @@ { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install", 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", diff --git a/tests/specs/install/future_install_node_modules_tag/__test__.jsonc b/tests/specs/install/future_install_node_modules_tag/__test__.jsonc index 31c53749a..254fe8b98 100644 --- a/tests/specs/install/future_install_node_modules_tag/__test__.jsonc +++ b/tests/specs/install/future_install_node_modules_tag/__test__.jsonc @@ -2,9 +2,6 @@ "tempDir": true, "steps": [ { - "envs": { - "DENO_FUTURE": "1" - }, "args": "install", "output": "install.out" } diff --git a/tests/specs/install/install_deprecated_package/__test__.jsonc b/tests/specs/install/install_deprecated_package/__test__.jsonc index 23c9cdb3f..bca03b510 100644 --- a/tests/specs/install/install_deprecated_package/__test__.jsonc +++ b/tests/specs/install/install_deprecated_package/__test__.jsonc @@ -1,8 +1,5 @@ { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "args": "install npm:@denotest/deprecated-package", diff --git a/tests/specs/install/move_after_install/__test__.jsonc b/tests/specs/install/move_after_install/__test__.jsonc index f46f22268..ff79f49cf 100644 --- a/tests/specs/install/move_after_install/__test__.jsonc +++ b/tests/specs/install/move_after_install/__test__.jsonc @@ -1,8 +1,5 @@ { "tempDir": true, - "envs": { - "DENO_FUTURE": "1" - }, "steps": [ { "cwd": "./test-project", |
