diff options
| author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-31 11:35:17 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-31 15:35:17 +0000 |
| commit | 90edca21a26fd2decd0603fea37af10d1e11e454 (patch) | |
| tree | 2b876c07709e1ad7f7343c96b2ebb2da7422458b /tests/specs/install/invalid_scheme/__test__.jsonc | |
| parent | 50ea707b58dff85b479905ebbeef866c95bc3cad (diff) | |
fix: surface package.json location on dep parse failure (#26665)
Related: https://github.com/denoland/deno/issues/26653
Diffstat (limited to 'tests/specs/install/invalid_scheme/__test__.jsonc')
| -rw-r--r-- | tests/specs/install/invalid_scheme/__test__.jsonc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/specs/install/invalid_scheme/__test__.jsonc b/tests/specs/install/invalid_scheme/__test__.jsonc new file mode 100644 index 000000000..c4d3ebbf0 --- /dev/null +++ b/tests/specs/install/invalid_scheme/__test__.jsonc @@ -0,0 +1,5 @@ +{ + "tempDir": true, + "args": "install", + "output": "install.out" +} |
