core: fix project event emission to include updated worktree data

This commit is contained in:
Dax Raad
2025-12-09 15:41:31 -05:00
parent c5e5627cbd
commit f1955b4d05
2 changed files with 6 additions and 5 deletions

View File

@@ -469,7 +469,7 @@ test("snapshot state isolation between projects", async () => {
})
})
test.only("patch detects changes in secondary worktree", async () => {
test("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()