diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc index 68fa8fdf0..1f4952ed9 100644 --- a/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc +++ b/tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc @@ -4,7 +4,7 @@ "HOME": "$DENO_DIR" }, "tempDir": true, - "args": "install -A -L debug", + "args": "install -L debug", "output": "main.out", "cwd": "subdir" } |