mirror of
https://github.com/denoland/deno.git
synced 2024-11-28 16:20:57 -05:00
chore: remove node_modules folder being created in testdata directory (#18708)
This commit is contained in:
parent
d07a0c7bb3
commit
317e722220
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 {
|
||||
args: "run -A --quiet --node-modules-dir npm:cowsay@1.5.0 Hello",
|
||||
temp_cwd: true,
|
||||
output: "npm/deno_run_cowsay.out",
|
||||
envs: env_vars_for_npm_tests_no_sync_download(),
|
||||
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