From e58b1900a7b018a36deff22fdd34f4676180a4bb Mon Sep 17 00:00:00 2001 From: Leo Kettmeir Date: Thu, 1 Feb 2024 05:18:44 +0100 Subject: fix(publish): add node specifiers (#22213) --- cli/tests/testdata/publish/node_specifier.out | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 cli/tests/testdata/publish/node_specifier.out (limited to 'cli/tests/testdata/publish/node_specifier.out') diff --git a/cli/tests/testdata/publish/node_specifier.out b/cli/tests/testdata/publish/node_specifier.out new file mode 100644 index 000000000..7acb5b5ba --- /dev/null +++ b/cli/tests/testdata/publish/node_specifier.out @@ -0,0 +1,8 @@ +Checking fast check type graph for errors... +Ensuring type checks... +Download http://localhost:4545/npm/registry/@types/node +Download http://localhost:4545/npm/registry/@types/node/node-[WILDCARD].tgz +Check file:///[WILDCARD]/publish/node_specifier/mod.ts +Publishing @foo/bar@1.0.0 ... +Successfully published @foo/bar@1.0.0 +Visit http://127.0.0.1:4250/@foo/bar@1.0.0 for details -- cgit v1.2.3