websocket add

This commit is contained in:
2026-05-31 17:17:30 +03:00
parent 53c0bd1342
commit f554aa1b5e
14 changed files with 590 additions and 141 deletions

View File

@@ -30,8 +30,8 @@ const { mockStoreState, mockStore } = vi.hoisted(() => {
endAllEvents: vi.fn(),
updateSettings: vi.fn(),
init: vi.fn(),
startPolling: vi.fn(),
stopPolling: vi.fn(),
connectWs: vi.fn(),
disconnectWs: vi.fn(),
};
return { mockStoreState: sharedState, mockStore: store };