mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 19:55:11 +00:00
chore: generate
This commit is contained in:
parent
d37f9e770b
commit
2b28cc9024
1 changed files with 1 additions and 3 deletions
|
|
@ -491,9 +491,7 @@ describe("workspace CRUD", () => {
|
|||
)
|
||||
|
||||
yield* Workspace.use.remove(workspaceID)
|
||||
expect(
|
||||
(yield* Workspace.use.status()).find((item) => item.workspaceID === workspaceID)?.status,
|
||||
).toBeUndefined()
|
||||
expect((yield* Workspace.use.status()).find((item) => item.workspaceID === workspaceID)?.status).toBeUndefined()
|
||||
}),
|
||||
{ git: true },
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue