summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc3
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 8ba9ef00c..56c50bae5 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,7 +1,8 @@
{
"envs": {
"DENO_FUTURE": "1",
- "USERPROFILE": "$DENO_DIR"
+ "USERPROFILE": "$DENO_DIR",
+ "HOME": "$DENO_DIR"
},
"tempDir": true,
"args": "install -A -L debug",