From 7b509e492ed6c7ace0f3860c3f4e8e7be3452fda Mon Sep 17 00:00:00 2001 From: Satya Rohith Date: Fri, 4 Oct 2024 15:26:13 +0530 Subject: tests: enable package_json_node_modules_none (#25825) Co-authored-by: David Sherret --- tests/specs/task/package_json_node_modules_dir_none/bin.out | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 tests/specs/task/package_json_node_modules_dir_none/bin.out (limited to 'tests/specs/task/package_json_node_modules_dir_none/bin.out') diff --git a/tests/specs/task/package_json_node_modules_dir_none/bin.out b/tests/specs/task/package_json_node_modules_dir_none/bin.out new file mode 100644 index 000000000..c86261d9e --- /dev/null +++ b/tests/specs/task/package_json_node_modules_dir_none/bin.out @@ -0,0 +1,8 @@ +[UNORDERED_START] +Download http://localhost:4260/@denotest/bin +Download http://localhost:4260/@denotest/bin/1.0.0.tgz +Download http://localhost:4260/@denotest/bin/0.5.0.tgz +[UNORDERED_END] +Task echo deno eval 'console.log(1)' && cli-esm hi +1 +hi -- cgit v1.2.3