Add a unit test for the mention-searching logic in MessageEditor

This commit is contained in:
Max Brunsfeld 2023-10-17 20:15:49 -07:00
parent ee87ac2f9b
commit 821419ee5b
3 changed files with 111 additions and 16 deletions

View file

@ -74,3 +74,5 @@ rpc = { path = "../rpc", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"] }
util = { path = "../util", features = ["test-support"] }
workspace = { path = "../workspace", features = ["test-support"] }
tree-sitter-markdown.workspace = true