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/node | |
| 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/node')
| -rw-r--r-- | tests/specs/node/cjs_dynamic_import_esm_with_exports/__test__.jsonc | 3 | ||||
| -rw-r--r-- | tests/specs/node/imports_wildcard/__test__.jsonc | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/tests/specs/node/cjs_dynamic_import_esm_with_exports/__test__.jsonc b/tests/specs/node/cjs_dynamic_import_esm_with_exports/__test__.jsonc index 980245cb9..8955fcda2 100644 --- a/tests/specs/node/cjs_dynamic_import_esm_with_exports/__test__.jsonc +++ b/tests/specs/node/cjs_dynamic_import_esm_with_exports/__test__.jsonc @@ -1,7 +1,4 @@ { - "envs": { - "DENO_FUTURE": "1" - }, "args": "run --check main.ts", "output": "main.out" } diff --git a/tests/specs/node/imports_wildcard/__test__.jsonc b/tests/specs/node/imports_wildcard/__test__.jsonc index a71e27063..1f5a1fb87 100644 --- a/tests/specs/node/imports_wildcard/__test__.jsonc +++ b/tests/specs/node/imports_wildcard/__test__.jsonc @@ -1,7 +1,4 @@ { - "envs": { - "DENO_FUTURE": "1" - }, "args": "run main.mjs", "output": "main.out" } |
