1
0
Fork 0
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:
David Sherret 2023-04-14 17:56:14 -04:00 committed by Levente Kurusa
parent d07a0c7bb3
commit 317e722220
No known key found for this signature in database
GPG key ID: 9F72F3C05BA137C4
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