diff options
Diffstat (limited to 'tests/testdata/npm/registry/@denotest/bin/1.0.0/cli.mjs')
| -rw-r--r-- | tests/testdata/npm/registry/@denotest/bin/1.0.0/cli.mjs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/testdata/npm/registry/@denotest/bin/1.0.0/cli.mjs b/tests/testdata/npm/registry/@denotest/bin/1.0.0/cli.mjs deleted file mode 100644 index 0ae8e9190..000000000 --- a/tests/testdata/npm/registry/@denotest/bin/1.0.0/cli.mjs +++ /dev/null @@ -1,5 +0,0 @@ -import process from "node:process"; - -for (const arg of process.argv.slice(2)) { - console.log(arg); -} |
