From 560390c93cd56e5156ba6f8e66057181c1f5833f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bartek=20Iwa=C5=84czuk?= Date: Wed, 31 Jan 2024 16:10:31 +0100 Subject: chore(publish): add --no-fast-check flag (#22203) --- cli/tests/testdata/publish/no_fast_check.out | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 cli/tests/testdata/publish/no_fast_check.out (limited to 'cli/tests/testdata/publish') diff --git a/cli/tests/testdata/publish/no_fast_check.out b/cli/tests/testdata/publish/no_fast_check.out new file mode 100644 index 000000000..ac26c67c2 --- /dev/null +++ b/cli/tests/testdata/publish/no_fast_check.out @@ -0,0 +1,4 @@ +Ensuring type checks... +Check file:///[WILDCARD]/mod.ts +error: Following packages don't exist, follow the links and create them: + - https://jsr.io/new?scope=foo&package=bar&from=cli -- cgit v1.2.3