(notification: { key?: string; text?: string })
| 190 | updateFileHistoryState: () => {}, |
| 191 | updateAttributionState: () => {}, |
| 192 | addNotification(notification: { key?: string; text?: string }) { |
| 193 | notifications.push(notification) |
| 194 | }, |
| 195 | messages: [], |
| 196 | } as never, |
| 197 | } |
no outgoing calls
no test coverage detected