#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
@@ -44,6 +44,9 @@ struct UserSuggestionListWithInput: View {
})
.border(Color.black)
.padding([.leading, .trailing])
.onAppear(perform: {
inputText = "@-" // Make the list show all available mock results
})
}
}
}