mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-08 10:10:58 +00:00
chore: generate
This commit is contained in:
parent
58244eb687
commit
c4d8a8183e
1 changed files with 1 additions and 3 deletions
|
|
@ -45,8 +45,6 @@ describe("event HttpApi bridge", () => {
|
|||
expect(response.headers.get("cache-control")).toBe("no-cache, no-transform")
|
||||
expect(response.headers.get("x-accel-buffering")).toBe("no")
|
||||
expect(response.headers.get("x-content-type-options")).toBe("nosniff")
|
||||
expect(await readFirstChunk(response)).toContain(
|
||||
'data: {"type":"server.connected","properties":{}}\n\n',
|
||||
)
|
||||
expect(await readFirstChunk(response)).toContain('data: {"type":"server.connected","properties":{}}\n\n')
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue