Commit a3c7030
authored
types: improve type safety in test mock surfaces (web, electron, mobile) (#4755)
Remove 218 `any` types across 5 test files (web themeMock, chatProtocol test, electron ipc test, mobile WebSocketManager test, mobile ChatScreen test). All edits are type-level -- no runtime behavior changed. Remaining `as unknown as` casts are load-bearing seams between partial mocks and real types.1 parent 9eb0f59 commit a3c7030
5 files changed
Lines changed: 544 additions & 347 deletions
File tree
- electron/src/__tests__
- mobile/src
- screens
- services
- web/src
- __mocks__
- core/chat/__tests__
0 commit comments