diff options
Diffstat (limited to 'tests/specs/npm/deno_run_cowsay_with_node_modules_dir')
| -rw-r--r-- | tests/specs/npm/deno_run_cowsay_with_node_modules_dir/__test__.jsonc | 6 |
1 files changed, 1 insertions, 5 deletions
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" } |
