mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-09-05 08:10:14 +00:00
Looser assertion
This commit is contained in:
parent
238a4137d3
commit
0377680e4d
1 changed files with 3 additions and 1 deletions
|
|
@ -38,6 +38,8 @@ suite("Roo Code Modes", () => {
|
|||
await waitUntilCompleted({ api, taskId: switchModesTaskId })
|
||||
await api.cancelCurrentTask()
|
||||
|
||||
assert.deepEqual(modeSwitches.sort(), ["architect", "ask", "debug"])
|
||||
assert.ok(modeSwitches.includes("architect"))
|
||||
assert.ok(modeSwitches.includes("ask"))
|
||||
assert.ok(modeSwitches.includes("debug"))
|
||||
})
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue