diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2022-09-14 16:41:47 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-14 10:41:47 -0400 |
| commit | 7b982829930bfcfbb70d0bb377f90939d122efed (patch) | |
| tree | 01c49fa78d8dbadbce770bb4be60899d2f0349eb /cli/tests/testdata/npm/deno_run_cjs.out | |
| parent | 6a9acc81420a5e87e61de48b25af85d961e35730 (diff) | |
fix(npm): binary entrypoint for .js or no extension (#15900)
Diffstat (limited to 'cli/tests/testdata/npm/deno_run_cjs.out')
| -rw-r--r-- | cli/tests/testdata/npm/deno_run_cjs.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/npm/deno_run_cjs.out b/cli/tests/testdata/npm/deno_run_cjs.out new file mode 100644 index 000000000..ffe7cbd89 --- /dev/null +++ b/cli/tests/testdata/npm/deno_run_cjs.out @@ -0,0 +1,4 @@ +this +is +a +test |
