diff options
Diffstat (limited to 'cli/tests/testdata/subdir/shebang_file.js')
-rw-r--r-- | cli/tests/testdata/subdir/shebang_file.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/cli/tests/testdata/subdir/shebang_file.js b/cli/tests/testdata/subdir/shebang_file.js deleted file mode 100644 index 1c81be31c..000000000 --- a/cli/tests/testdata/subdir/shebang_file.js +++ /dev/null @@ -1,5 +0,0 @@ -#!/usr/bin/env -S deno run --allow-read - -for (const item of Deno.readDirSync(".")) { - console.log(item.name); -} |