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) --- .../specs/npm/deno_run_cowsay_with_node_modules_dir/__test__.jsonc | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'tests/specs/npm/deno_run_cowsay_with_node_modules_dir') diff --git a/tests/specs/npm/deno_run_cowsay_with_node_modules_dir/__test__.jsonc b/tests/specs/npm/deno_run_cowsay_with_node_modules_dir/__test__.jsonc index d2c95f072..fdc0a7da1 100644 --- a/tests/specs/npm/deno_run_cowsay_with_node_modules_dir/__test__.jsonc +++ b/tests/specs/npm/deno_run_cowsay_with_node_modules_dir/__test__.jsonc @@ -1,9 +1,5 @@ { "tempDir": true, "args": "run -A --quiet --node-modules-dir npm:cowsay@1.5.0 Hello", - "output": "deno_run_cowsay.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - } + "output": "deno_run_cowsay.out" } -- cgit v1.2.3