fix(lint): clear error-level violations across runtime and ui

This commit is contained in:
William Valentin
2026-02-23 16:51:44 -08:00
parent 49fd2b5327
commit 0bf69acafe
10 changed files with 20 additions and 10 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ function createRuntimeMock(): {
lastDisconnectCode: number | undefined;
lastDisconnectReason: string | undefined;
connected: boolean;
} {
} {
const connect = vi.fn(async () => undefined);
const disconnect = vi.fn(() => undefined);
const dispose = vi.fn(() => undefined);