We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4bfb81d commit 0489182Copy full SHA for 0489182
e2e/src/suite/subtasks.test.ts
@@ -5,7 +5,7 @@ import type { ClineMessage } from "../../../src/exports/roo-code"
5
import { sleep, waitFor, waitUntilCompleted } from "./utils"
6
7
suite("Roo Code Subtasks", () => {
8
- test.only("Should handle subtask cancellation and resumption correctly", async () => {
+ test("Should handle subtask cancellation and resumption correctly", async () => {
9
const api = globalThis.api
10
11
const messages: Record<string, ClineMessage[]> = {}
0 commit comments