diff options
author | David Sherret <dsherret@users.noreply.github.com> | 2024-07-10 16:44:37 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-10 20:44:37 +0000 |
commit | ad8d265e29e66e04082bc5d4bf6f68130ac8f6d6 (patch) | |
tree | d7c224318ee0f33e03fdd9095f8f9e3fdf291eec /tests/specs | |
parent | a49d0bd10ba2a4745c291f3f413d97396213e4ec (diff) |
chore: fix flaky publish::npm_workspace test (#24511)
Diffstat (limited to 'tests/specs')
-rw-r--r-- | tests/specs/publish/npm_workspace/publish.out | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/specs/publish/npm_workspace/publish.out b/tests/specs/publish/npm_workspace/publish.out index 21c91ae19..25f81a7e9 100644 --- a/tests/specs/publish/npm_workspace/publish.out +++ b/tests/specs/publish/npm_workspace/publish.out @@ -4,6 +4,7 @@ Check file:///[WILDLINE]/npm_workspace/subtract/index.ts Checking for slow types in the public API... Check file:///[WILDLINE]/npm_workspace/add/index.ts Check file:///[WILDLINE]/npm_workspace/subtract/index.ts +[UNORDERED_START] Simulating publish of @scope/add@1.0.0 with files: file:///[WILDLINE]/npm_workspace/add/index.ts ([WILDLINE]) file:///[WILDLINE]/npm_workspace/add/jsr.json ([WILDLINE]) @@ -12,4 +13,5 @@ Simulating publish of @scope/subtract@1.0.0 with files: file:///[WILDLINE]/npm_workspace/subtract/index.ts ([WILDLINE]) file:///[WILDLINE]/npm_workspace/subtract/jsr.json ([WILDLINE]) file:///[WILDLINE]/npm_workspace/subtract/package.json ([WILDLINE]) +[UNORDERED_END] Warning Aborting due to --dry-run |