summaryrefslogtreecommitdiff
path: root/tests/specs/npm/node_modules_dir_with_deps
diff options
context:
space:
mode:
Diffstat (limited to 'tests/specs/npm/node_modules_dir_with_deps')
-rw-r--r--tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc6
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc b/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc
index 75488e1b5..945a3f4d4 100644
--- a/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc
+++ b/tests/specs/npm/node_modules_dir_with_deps/__test__.jsonc
@@ -1,9 +1,5 @@
{
"tempDir": true,
"args": "run --allow-read --allow-env --node-modules-dir=auto cjs_with_deps/main.js",
- "output": "cjs_with_deps/main_node_modules.out",
- "envs": {
- "NO_COLOR": "1",
- "NPM_CONFIG_REGISTRY": "http://localhost:4260/"
- }
+ "output": "cjs_with_deps/main_node_modules.out"
}