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_dir_with_deps/__test__.jsonc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/specs/npm/node_modules_dir_with_deps') diff --git a/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc b/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc index 75488e1b5..945a3f4d4 100644 --- a/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc +++ b/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc @@ -1,9 +1,5 @@ { "tempDir": true, "args": "run --allow-read --allow-env --node-modules-dir=auto cjs_with_deps/main.js", - "output": "cjs_with_deps/main_node_modules.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - } + "output": "cjs_with_deps/main_node_modules.out" } -- cgit v1.2.3