mockChatPage implements chat.Page for testing.
| 30 | |
| 31 | // mockChatPage implements chat.Page for testing. |
| 32 | type mockChatPage struct{} |
| 33 | |
| 34 | func (m *mockChatPage) Init() tea.Cmd { return nil } |
| 35 | func (m *mockChatPage) Update(tea.Msg) (layout.Model, tea.Cmd) { return m, nil } |
nothing calls this directly
no outgoing calls
no test coverage detected