From d116709d064ce85922f1fd635d5915b4659c83d5 Mon Sep 17 00:00:00 2001 From: David Sherret Date: Wed, 2 Oct 2024 05:14:38 -0400 Subject: chore: remove unnecessary envs in spec tests (#25982) --- tests/specs/npm/node_modules_deno_node_modules_local/__test__.jsonc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/specs/npm/node_modules_deno_node_modules_local') diff --git a/tests/specs/npm/node_modules_deno_node_modules_local/__test__.jsonc b/tests/specs/npm/node_modules_deno_node_modules_local/__test__.jsonc index caa34f67c..d283b758b 100644 --- a/tests/specs/npm/node_modules_deno_node_modules_local/__test__.jsonc +++ b/tests/specs/npm/node_modules_deno_node_modules_local/__test__.jsonc @@ -2,9 +2,5 @@ "tempDir": true, "args": "run --quiet --node-modules-dir node_modules_deno_node_modules/main.ts", "output": "node_modules_deno_node_modules/main.out", - "exitCode": 0, - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - } + "exitCode": 0 } -- cgit v1.2.3