mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-18 18:24:47 +00:00
test: tighten assertions and harness coverage
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user