diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-10-02 05:14:38 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-10-02 10:14:38 +0100 |
commit | d116709d064ce85922f1fd635d5915b4659c83d5 (patch) | |
tree | e961a8cf1725c1d791ed15c18cdf7702a50cd694 /tests/specs/npm/node_modules_dir_yargs | |
parent | 32c12787361b65bbc55a7b9c1fe43689cb0a8b98 (diff) |
chore: remove unnecessary envs in spec tests (#25982)
Diffstat (limited to 'tests/specs/npm/node_modules_dir_yargs')
-rw-r--r-- | tests/specs/npm/node_modules_dir_yargs/__test__.jsonc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/specs/npm/node_modules_dir_yargs/__test__.jsonc b/tests/specs/npm/node_modules_dir_yargs/__test__.jsonc index df28ea7ef..ffb9b41f8 100644 --- a/tests/specs/npm/node_modules_dir_yargs/__test__.jsonc +++ b/tests/specs/npm/node_modules_dir_yargs/__test__.jsonc @@ -1,9 +1,5 @@ { "tempDir": true, "args": "run --allow-read --allow-env --node-modules-dir=auto cjs_yargs/main.js", - "output": "cjs_yargs/main.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - } + "output": "cjs_yargs/main.out" } |