diff options
Diffstat (limited to 'tests/specs/npm/npmrc_not_next_to_package_json')
| -rw-r--r-- | tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc | 3 |
1 files changed, 2 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 fa545c290..8ba9ef00c 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 @@ -1,6 +1,7 @@ { "envs": { - "DENO_FUTURE": "1" + "DENO_FUTURE": "1", + "USERPROFILE": "$DENO_DIR" }, "tempDir": true, "args": "install -A -L debug", |
