Skip to content

Commit 1af0e2c

Browse files
committed
Remove it.only
1 parent 5e4e3ee commit 1af0e2c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/cloud/src/__tests__/TelemetryClient.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ describe("TelemetryClient", () => {
355355
)
356356
})
357357

358-
it.only("should attempt to capture TASK_MESSAGE events when recordTaskMessages is true", async () => {
358+
it("should attempt to capture TASK_MESSAGE events when recordTaskMessages is true", async () => {
359359
mockSettingsService.getSettings.mockReturnValue({
360360
cloudSettings: {
361361
recordTaskMessages: true,

packages/types/npm/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@roo-code/types",
3-
"version": "1.23.0",
3+
"version": "1.24.0",
44
"description": "TypeScript type definitions for Roo Code.",
55
"publishConfig": {
66
"access": "public",

0 commit comments

Comments
 (0)