test fixes
This commit is contained in:
parent
93378526b9
commit
c5e5627cbd
3 changed files with 17 additions and 9 deletions
|
|
@ -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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue