mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-06 08:21:50 +00:00
chore: generate
This commit is contained in:
parent
6312c55d55
commit
755cd561ec
1 changed files with 1 additions and 4 deletions
|
|
@ -205,10 +205,7 @@ describe("HttpApi UI fallback", () => {
|
|||
},
|
||||
{ "assets/app.js": "/$bunfs/root/assets/app.js" },
|
||||
)
|
||||
}).pipe(
|
||||
Effect.provide(AppFileSystem.defaultLayer),
|
||||
Effect.map(HttpServerResponse.toWeb),
|
||||
),
|
||||
}).pipe(Effect.provide(AppFileSystem.defaultLayer), Effect.map(HttpServerResponse.toWeb)),
|
||||
)
|
||||
|
||||
expect(response.status).toBe(200)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue