docs: document channels capability tests

This commit is contained in:
Peter Steinberger
2026-06-04 18:44:22 -04:00
parent 4927388580
commit 3f31b62cd4

View File

@@ -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";