test fixes

This commit is contained in:
Dax Raad
2025-12-09 15:36:57 -05:00
parent 93378526b9
commit c5e5627cbd
3 changed files with 17 additions and 9 deletions

View File

@@ -469,7 +469,7 @@ test("snapshot state isolation between projects", async () => {
})
})
test("patch detects changes in secondary worktree", async () => {
test.only("patch detects changes in secondary worktree", async () => {
await using tmp = await bootstrap()
const worktreePath = `${tmp.path}-worktree`
await $`git worktree add ${worktreePath} HEAD`.cwd(tmp.path).quiet()