summaryrefslogtreecommitdiff
path: root/tests/specs/npm/nonexistent_file_node_modules_dir
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/nonexistent_file_node_modules_dir')
-rw-r--r--tests/specs/npm/nonexistent_file_node_modules_dir/__test__.jsonc4
1 files changed, 0 insertions, 4 deletions
diff --git a/tests/specs/npm/nonexistent_file_node_modules_dir/__test__.jsonc b/tests/specs/npm/nonexistent_file_node_modules_dir/__test__.jsonc
index 66595558f..82b282c04 100644
--- a/tests/specs/npm/nonexistent_file_node_modules_dir/__test__.jsonc
+++ b/tests/specs/npm/nonexistent_file_node_modules_dir/__test__.jsonc
@@ -2,9 +2,5 @@
"tempDir": true,
"args": "run -A --quiet --node-modules-dir nonexistent_file/main.js",
"output": "nonexistent_file/main.out",
- "envs": {
- "NO_COLOR": "1",
- "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
- },
"exitCode": 1
}