diff options
Diffstat (limited to 'tests/specs/npm/npmrc_bad_token/__test__.jsonc')
| -rw-r--r-- | tests/specs/npm/npmrc_bad_token/__test__.jsonc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/specs/npm/npmrc_bad_token/__test__.jsonc b/tests/specs/npm/npmrc_bad_token/__test__.jsonc new file mode 100644 index 000000000..fe99247b1 --- /dev/null +++ b/tests/specs/npm/npmrc_bad_token/__test__.jsonc @@ -0,0 +1,9 @@ +{ + "envs": { + "DENO_FUTURE": "1" + }, + "tempDir": true, + "args": "install", + "output": "main.out", + "exitCode": 1 +} |
