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) --- .../npm/different_nested_dep_node_modules_dir_false/__test__.jsonc | 4 ---- 1 file changed, 4 deletions(-) (limited to 'tests/specs/npm/different_nested_dep_node_modules_dir_false') diff --git a/tests/specs/npm/different_nested_dep_node_modules_dir_false/__test__.jsonc b/tests/specs/npm/different_nested_dep_node_modules_dir_false/__test__.jsonc index 24587d928..07db0a1ac 100644 --- a/tests/specs/npm/different_nested_dep_node_modules_dir_false/__test__.jsonc +++ b/tests/specs/npm/different_nested_dep_node_modules_dir_false/__test__.jsonc @@ -1,9 +1,5 @@ { "args": "run --quiet --no-lock --node-modules-dir=none different_nested_dep/main.js", "output": "different_nested_dep/main.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - }, "exitCode": 0 } -- cgit v1.2.3