diff options
Diffstat (limited to 'tests/specs/npm/npmrc_homedir')
| -rw-r--r-- | tests/specs/npm/npmrc_homedir/__test__.jsonc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/specs/npm/npmrc_homedir/__test__.jsonc b/tests/specs/npm/npmrc_homedir/__test__.jsonc index 26fce7fd8..fa993901b 100644 --- a/tests/specs/npm/npmrc_homedir/__test__.jsonc +++ b/tests/specs/npm/npmrc_homedir/__test__.jsonc @@ -1,9 +1,9 @@ { - "if": "unix", "tempDir": true, "envs": { "DENO_FUTURE": "1", - "HOME": "$PWD/../" + "HOME": "$PWD/../", + "USERPROFILE": "$PWD\\..\\" }, "cwd": "subdir", "args": "install", |
