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/import_https_url | |
parent | 858abbe745aa8188654120d4999ab983b014c197 (diff) |
chore(specs): add jsr and npm env vars to tests by default (#23171)
Diffstat (limited to 'tests/specs/jsr/import_https_url')
-rw-r--r-- | tests/specs/jsr/import_https_url/__test__.jsonc | 1 |
1 files changed, 0 insertions, 1 deletions
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", |