mirror of
https://github.com/anomalyco/opencode.git
synced 2026-05-22 03:45:23 +00:00
chore: generate
This commit is contained in:
@@ -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 },
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user