Skip to content

Commit 0489182

Browse files
Update e2e/src/suite/subtasks.test.ts
Co-authored-by: ellipsis-dev[bot] <65095814+ellipsis-dev[bot]@users.noreply.github.com>
1 parent 4bfb81d commit 0489182

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

e2e/src/suite/subtasks.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import type { ClineMessage } from "../../../src/exports/roo-code"
55
import { sleep, waitFor, waitUntilCompleted } from "./utils"
66

77
suite("Roo Code Subtasks", () => {
8-
test.only("Should handle subtask cancellation and resumption correctly", async () => {
8+
test("Should handle subtask cancellation and resumption correctly", async () => {
99
const api = globalThis.api
1010

1111
const messages: Record<string, ClineMessage[]> = {}

0 commit comments

Comments
 (0)