moved TestCompletionProvider into ai

This commit is contained in:
KCaverly 2023-10-27 12:26:01 +02:00
parent ec9d79b6fe
commit 7af77b1cf9
3 changed files with 41 additions and 37 deletions

View file

@ -44,6 +44,7 @@ tiktoken-rs = "0.5"
[dev-dependencies]
editor = { path = "../editor", features = ["test-support"] }
project = { path = "../project", features = ["test-support"] }
ai = { path = "../ai", features = ["test-support"]}
ctor.workspace = true
env_logger.workspace = true