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