diff options
Diffstat (limited to 'tests/specs/npm/deno_run_bin_cjs')
| -rw-r--r-- | tests/specs/npm/deno_run_bin_cjs/__test__.jsonc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/specs/npm/deno_run_bin_cjs/__test__.jsonc b/tests/specs/npm/deno_run_bin_cjs/__test__.jsonc index 9eb8e9bfe..cd4bcb119 100644 --- a/tests/specs/npm/deno_run_bin_cjs/__test__.jsonc +++ b/tests/specs/npm/deno_run_bin_cjs/__test__.jsonc @@ -1,8 +1,4 @@ { "args": "run -A --quiet npm:@denotest/bin/cli-cjs this is a test", - "output": "deno_run_cjs.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - } + "output": "deno_run_cjs.out" } |
