diff options
| author | Bartek IwaĆczuk <biwanczuk@gmail.com> | 2024-02-01 03:16:52 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-01 02:16:52 +0000 |
| commit | 830d096b66696ad9f4e67b3ed8460fb1ff7a9170 (patch) | |
| tree | efa513f071b65888f407fbe1f54fc4c2531c471b /cli/tests/testdata/publish/no_zap.out | |
| parent | fddbb018c1f2467eef49fdef46488337b869fc38 (diff) | |
fix(publish): rename --no-fast-check to --no-zap (#22214)
Also prints an information about the flag when there are `zap` errors.
Diffstat (limited to 'cli/tests/testdata/publish/no_zap.out')
| -rw-r--r-- | cli/tests/testdata/publish/no_zap.out | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cli/tests/testdata/publish/no_zap.out b/cli/tests/testdata/publish/no_zap.out new file mode 100644 index 000000000..ac26c67c2 --- /dev/null +++ b/cli/tests/testdata/publish/no_zap.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 |
