#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 9724409fc0
commit af4b5dc1aa
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)
}