mirror of
https://github.com/denoland/deno.git
synced 2024-10-29 08:58:01 -04:00
chore: remove node_modules folder being created in testdata directory (#18708)
This commit is contained in:
parent
f086ec57b4
commit
f6a28e3e62
2 changed files with 1 additions and 1 deletions
|
@ -665,6 +665,7 @@ itest!(deno_run_cowsay {
|
||||||
|
|
||||||
itest!(deno_run_cowsay_with_node_modules_dir {
|
itest!(deno_run_cowsay_with_node_modules_dir {
|
||||||
args: "run -A --quiet --node-modules-dir npm:cowsay@1.5.0 Hello",
|
args: "run -A --quiet --node-modules-dir npm:cowsay@1.5.0 Hello",
|
||||||
|
temp_cwd: true,
|
||||||
output: "npm/deno_run_cowsay.out",
|
output: "npm/deno_run_cowsay.out",
|
||||||
envs: env_vars_for_npm_tests_no_sync_download(),
|
envs: env_vars_for_npm_tests_no_sync_download(),
|
||||||
http_server: true,
|
http_server: true,
|
||||||
|
|
1
cli/tests/testdata/.gitignore
vendored
1
cli/tests/testdata/.gitignore
vendored
|
@ -1 +0,0 @@
|
||||||
node_modules
|
|
Loading…
Reference in a new issue