mirror of
https://github.com/Kilo-Org/kilocode.git
synced 2026-09-01 15:32:11 +08:00
fix: resolve OpenCode v1.15.4 merge regressions
This commit is contained in:
@@ -28,6 +28,7 @@ describe("tui sync (#26560)", () => {
|
||||
directory,
|
||||
project_id: "proj_test",
|
||||
}
|
||||
// kilocode_change start
|
||||
const { app, sync } = await provideTestInstance({
|
||||
directory: tmp.path,
|
||||
fn: () =>
|
||||
@@ -39,7 +40,8 @@ describe("tui sync (#26560)", () => {
|
||||
if (url.pathname === "/session") return json([sessionPayload])
|
||||
return undefined
|
||||
}),
|
||||
}) // kilocode_change
|
||||
})
|
||||
// kilocode_change end
|
||||
|
||||
try {
|
||||
await expect(sync.session.sync(sessionID)).resolves.toBeUndefined()
|
||||
|
||||
Reference in New Issue
Block a user