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/jsr | |
| parent | 858abbe745aa8188654120d4999ab983b014c197 (diff) | |
chore(specs): add jsr and npm env vars to tests by default (#23171)
Diffstat (limited to 'tests/specs/jsr')
| -rw-r--r-- | tests/specs/jsr/deps/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/import_https_url/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/jsx_with_no_pragmas/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/jsx_with_pragmas/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/module_graph/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/no_module_graph/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/no_unused_params/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/subset_type_graph/__test__.jsonc | 1 | ||||
| -rw-r--r-- | tests/specs/jsr/version_not_found/__test__.jsonc | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/tests/specs/jsr/deps/__test__.jsonc b/tests/specs/jsr/deps/__test__.jsonc index 2528003b5..a8837a8b5 100644 --- a/tests/specs/jsr/deps/__test__.jsonc +++ b/tests/specs/jsr/deps/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "steps": [{ "args": "run main.ts", "output": "main.out" diff --git a/tests/specs/jsr/import_https_url/__test__.jsonc b/tests/specs/jsr/import_https_url/__test__.jsonc index 597b8e009..8ba999d8a 100644 --- a/tests/specs/jsr/import_https_url/__test__.jsonc +++ b/tests/specs/jsr/import_https_url/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "steps": [{ "args": "run -A analyzable.ts", "output": "analyzable.out", diff --git a/tests/specs/jsr/jsx_with_no_pragmas/__test__.jsonc b/tests/specs/jsr/jsx_with_no_pragmas/__test__.jsonc index c2a269ea6..7b5c5e1b6 100644 --- a/tests/specs/jsr/jsx_with_no_pragmas/__test__.jsonc +++ b/tests/specs/jsr/jsx_with_no_pragmas/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "args": "run main.ts", "output": "main.out", "exitCode": 1 diff --git a/tests/specs/jsr/jsx_with_pragmas/__test__.jsonc b/tests/specs/jsr/jsx_with_pragmas/__test__.jsonc index a6fa5c7c3..5517e693d 100644 --- a/tests/specs/jsr/jsx_with_pragmas/__test__.jsonc +++ b/tests/specs/jsr/jsx_with_pragmas/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "args": "run main.ts", "output": "main.out" } diff --git a/tests/specs/jsr/module_graph/__test__.jsonc b/tests/specs/jsr/module_graph/__test__.jsonc index 2528003b5..a8837a8b5 100644 --- a/tests/specs/jsr/module_graph/__test__.jsonc +++ b/tests/specs/jsr/module_graph/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "steps": [{ "args": "run main.ts", "output": "main.out" diff --git a/tests/specs/jsr/no_module_graph/__test__.jsonc b/tests/specs/jsr/no_module_graph/__test__.jsonc index b3915ecef..6c89ccb54 100644 --- a/tests/specs/jsr/no_module_graph/__test__.jsonc +++ b/tests/specs/jsr/no_module_graph/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "steps": [{ "args": "run main.ts", "output": "main.out" diff --git a/tests/specs/jsr/no_unused_params/__test__.jsonc b/tests/specs/jsr/no_unused_params/__test__.jsonc index 4192ad5dd..981d99fba 100644 --- a/tests/specs/jsr/no_unused_params/__test__.jsonc +++ b/tests/specs/jsr/no_unused_params/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "steps": [{ "args": "check --all main.ts", "output": "main.out" diff --git a/tests/specs/jsr/subset_type_graph/__test__.jsonc b/tests/specs/jsr/subset_type_graph/__test__.jsonc index 85d04ed54..d62e2283f 100644 --- a/tests/specs/jsr/subset_type_graph/__test__.jsonc +++ b/tests/specs/jsr/subset_type_graph/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "args": "check --all main.ts", "output": "main.check.out", "exitCode": 1 diff --git a/tests/specs/jsr/version_not_found/__test__.jsonc b/tests/specs/jsr/version_not_found/__test__.jsonc index 36335985f..91d7523af 100644 --- a/tests/specs/jsr/version_not_found/__test__.jsonc +++ b/tests/specs/jsr/version_not_found/__test__.jsonc @@ -1,5 +1,4 @@ { - "base": "jsr", "args": "run -A main.ts", "output": "main.out", "exitCode": 1 |
