Set up notification store for integration tests

This commit is contained in:
Max Brunsfeld 2023-10-12 14:43:36 -07:00
parent 1e1256dbdd
commit fed3ffb681
4 changed files with 8 additions and 5 deletions

View file

@ -73,6 +73,7 @@ git = { path = "../git", features = ["test-support"] }
live_kit_client = { path = "../live_kit_client", features = ["test-support"] }
lsp = { path = "../lsp", features = ["test-support"] }
node_runtime = { path = "../node_runtime" }
notifications = { path = "../notifications", features = ["test-support"] }
project = { path = "../project", features = ["test-support"] }
rpc = { path = "../rpc", features = ["test-support"] }
settings = { path = "../settings", features = ["test-support"] }