diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-03-01 10:54:46 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-03-01 15:54:46 +0000 |
commit | 878384aefaafacb2dc875ba1d7ea9d4af01d2cf0 (patch) | |
tree | 6da5a6f504eb1c47f25d7475427bb08274043f72 /tests | |
parent | 404422519c229b80508f20d954d2cc38ebda9f2f (diff) |
fix(unstable/publish): repect `--no-check` in no-slow-types (#22653)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/testdata/publish/successful_no_check.out | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testdata/publish/successful_no_check.out b/tests/testdata/publish/successful_no_check.out index 1dd6168eb..01c53a9ba 100644 --- a/tests/testdata/publish/successful_no_check.out +++ b/tests/testdata/publish/successful_no_check.out @@ -1,5 +1,4 @@ Checking for slow types in the public API... -Check file:///[WILDCARD]/publish/successful/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 |