summaryrefslogtreecommitdiff
path: root/tests/specs/npm/different_nested_dep_node_modules_dir_true
diff options
context:
space:
mode:
authorDavid Sherret <dsherret@users.noreply.github.com>2024-10-02 05:14:38 -0400
committerGitHub <noreply@github.com>2024-10-02 10:14:38 +0100
commitd116709d064ce85922f1fd635d5915b4659c83d5 (patch)
treee961a8cf1725c1d791ed15c18cdf7702a50cd694 /tests/specs/npm/different_nested_dep_node_modules_dir_true
parent32c12787361b65bbc55a7b9c1fe43689cb0a8b98 (diff)
chore: remove unnecessary envs in spec tests (#25982)
Diffstat (limited to 'tests/specs/npm/different_nested_dep_node_modules_dir_true')
-rw-r--r--tests/specs/npm/different_nested_dep_node_modules_dir_true/__test__.jsonc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/specs/npm/different_nested_dep_node_modules_dir_true/__test__.jsonc b/tests/specs/npm/different_nested_dep_node_modules_dir_true/__test__.jsonc
index a5c40cdd9..7fd130e50 100644
--- a/tests/specs/npm/different_nested_dep_node_modules_dir_true/__test__.jsonc
+++ b/tests/specs/npm/different_nested_dep_node_modules_dir_true/__test__.jsonc
@@ -2,9 +2,5 @@
"tempDir": true,
"args": "run --no-lock --quiet --node-modules-dir=auto different_nested_dep/main.js",
"output": "different_nested_dep/main.out",
- "envs": {
- "NO_COLOR": "1",
- "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
- },
"exitCode": 0
}