summaryrefslogtreecommitdiff
path: root/tests/specs/task/bin_package/task.out
diff options
context:
space:
mode:
authorBartek IwaƄczuk <biwanczuk@gmail.com>2024-05-24 00:43:38 +0100
committerGitHub <noreply@github.com>2024-05-23 23:43:38 +0000
commit92a8d09e498712aec2ba0e54a1ad85194ebd83af (patch)
treed26e89bb46850665b2ed357a11718d8148850880 /tests/specs/task/bin_package/task.out
parent959739f609dddacde3bbe9ecede2f409214fb34c (diff)
fix(npm): set up node_modules/.bin/ entries for package that provide bin entrypoints (#23496)
Closes https://github.com/denoland/deno/issues/23036 --------- Co-authored-by: Nathan Whitaker <nathan@deno.com>
Diffstat (limited to 'tests/specs/task/bin_package/task.out')
-rw-r--r--tests/specs/task/bin_package/task.out6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/specs/task/bin_package/task.out b/tests/specs/task/bin_package/task.out
new file mode 100644
index 000000000..69b4f7508
--- /dev/null
+++ b/tests/specs/task/bin_package/task.out
@@ -0,0 +1,6 @@
+Download http://localhost:4260/@denotest/bin
+Download http://localhost:4260/@denotest/bin/1.0.0.tgz
+Initialize @denotest/bin@1.0.0
+Task sayhi cli-esm hi hello
+hi
+hello