diff options
author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-01-31 16:10:31 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-31 16:10:31 +0100 |
commit | 560390c93cd56e5156ba6f8e66057181c1f5833f (patch) | |
tree | acf62db9ef15d3dda2db8383dde177e8f02ccc16 /cli/tests/testdata | |
parent | 81042fb875fc018ebda2044b61dfdc4fd1660f7a (diff) |
chore(publish): add --no-fast-check flag (#22203)
Diffstat (limited to 'cli/tests/testdata')
-rw-r--r-- | cli/tests/testdata/publish/no_fast_check.out | 4 |
1 files changed, 4 insertions, 0 deletions
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 |