fix(ci): stabilize windows bash tests

This commit is contained in:
Peter Steinberger
2026-01-08 03:29:05 +00:00
parent 35759e409a
commit 0af3af34a1
3 changed files with 18 additions and 24 deletions

View File

@@ -532,7 +532,7 @@ describe("doctor", () => {
([message, title]) =>
title === "Legacy workspace" &&
typeof message === "string" &&
message.includes(path.resolve("/Users/steipete/clawdis")),
message.includes("clawdis"),
),
).toBe(true);