diff --git a/src/commands/channels/capabilities.test.ts b/src/commands/channels/capabilities.test.ts index e5a6b26bb15b..2aac87627943 100644 --- a/src/commands/channels/capabilities.test.ts +++ b/src/commands/channels/capabilities.test.ts @@ -1,3 +1,4 @@ +// Channels capabilities tests cover capability reporting, account selection, probes, and installable plugins. process.env.NO_COLOR = "1"; import { beforeEach, describe, expect, it, vi } from "vitest";