#1098 - Stopped relying on the SDK in the suggestionService and added unit and ui tests.

This commit is contained in:
Stefan Ceriu
2021-10-06 14:42:48 +03:00
parent 1ce7195abd
commit 17041e00dd
11 changed files with 294 additions and 268 deletions
@@ -31,6 +31,8 @@ protocol UserSuggestionServiceProtocol {
var items: CurrentValueSubject<[UserSuggestionItemProtocol], Never> { get }
var currentTextTrigger: String? { get }
func processTextMessage(_ textMessage: String)
}