From 6f30ef88a24e4c463d26c34f25b024fb48f3aea2 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Mon, 1 Jul 2024 18:17:17 -0400 Subject: fix(windows): check USERPROFILE env var for finding home directory (#24384) --- tests/specs/npm/npmrc_not_next_to_package_json/__test__.jsonc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/specs/npm/npmrc_not_next_to_package_json') 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", -- cgit v1.2.3