diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-04-01 21:58:05 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-01 21:58:05 -0400 |
commit | ca5e5c7e9c8bb68beb751c25f2f08f18a59cd76e (patch) | |
tree | e37c6a4ad7957e3c5703b2af02c7acabfd925ede /tests/specs/npm | |
parent | 858abbe745aa8188654120d4999ab983b014c197 (diff) |
chore(specs): add jsr and npm env vars to tests by default (#23171)
Diffstat (limited to 'tests/specs/npm')
4 files changed, 0 insertions, 4 deletions
diff --git a/tests/specs/npm/check_pkg_json_import/__test__.jsonc b/tests/specs/npm/check_pkg_json_import/__test__.jsonc index ce8e53280..77487e6b4 100644 --- a/tests/specs/npm/check_pkg_json_import/__test__.jsonc +++ b/tests/specs/npm/check_pkg_json_import/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "npm", "args": "check --all main.ts", "output": "main.out" } diff --git a/tests/specs/npm/conditional_exports/__test__.jsonc b/tests/specs/npm/conditional_exports/__test__.jsonc index 72b058cbf..57a8d89e4 100644 --- a/tests/specs/npm/conditional_exports/__test__.jsonc +++ b/tests/specs/npm/conditional_exports/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "npm", "args": "run --allow-read main.js", "output": "main.out" } diff --git a/tests/specs/npm/conditional_exports_node_modules_dir/__test__.jsonc b/tests/specs/npm/conditional_exports_node_modules_dir/__test__.jsonc index 09ea8b23b..757e1c4e0 100644 --- a/tests/specs/npm/conditional_exports_node_modules_dir/__test__.jsonc +++ b/tests/specs/npm/conditional_exports_node_modules_dir/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "npm", "tempDir": true, "args": "run --allow-read --node-modules-dir main.js", "output": "main.out" diff --git a/tests/specs/npm/es_module/__test__.jsonc b/tests/specs/npm/es_module/__test__.jsonc index f720a2bc0..7fd8c95e0 100644 --- a/tests/specs/npm/es_module/__test__.jsonc +++ b/tests/specs/npm/es_module/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "npm", "steps": [{ "args": "run --allow-read --allow-env main.js", "output": "main.out" |