diff options
Diffstat (limited to 'tests/specs/npm/run_existing_npm_package_with_subpath')
| -rw-r--r-- | tests/specs/npm/run_existing_npm_package_with_subpath/__test__.jsonc | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/tests/specs/npm/run_existing_npm_package_with_subpath/__test__.jsonc b/tests/specs/npm/run_existing_npm_package_with_subpath/__test__.jsonc index bb02973c4..3509fc5ad 100644 --- a/tests/specs/npm/run_existing_npm_package_with_subpath/__test__.jsonc +++ b/tests/specs/npm/run_existing_npm_package_with_subpath/__test__.jsonc @@ -1,9 +1,5 @@ { "tempDir": true, "args": "run --allow-read --node-modules-dir=auto npm:@denotest/bin/cli-esm dev --help", - "output": "run_existing_npm_package_with_subpath/main.out", - "envs": { - "NO_COLOR": "1", - "NPM_CONFIG_REGISTRY": "http://localhost:4260/" - } + "output": "run_existing_npm_package_with_subpath/main.out" } |
