0
0
Fork 0
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:
David Sherret 2023-04-14 17:56:14 -04:00 committed by GitHub
parent f086ec57b4
commit f6a28e3e62
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View file

@ -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,

View file

@ -1 +0,0 @@
node_modules