test: tighten assertions and harness coverage

This commit is contained in:
Peter Steinberger
2026-05-08 05:27:57 +01:00
parent f62618f805
commit 9ef37d1907
822 changed files with 8918 additions and 6533 deletions

View File

@@ -126,7 +126,7 @@ describe("pairing cli", () => {
});
}
it("evaluates pairing channels when registering the CLI (not at import)", async () => {
it("evaluates pairing channels when registering the CLI (not at import)", () => {
expect(listPairingChannels).not.toHaveBeenCalled();
createProgram();