move existing integration tests into new crate

This commit is contained in:
Dustin J. Mitchell 2022-01-25 01:32:22 +00:00
parent c006cbe8e5
commit ca0279a73f
7 changed files with 18 additions and 38 deletions

View file

@ -4,7 +4,6 @@ members = [
"taskchampion",
"cli",
"sync-server",
"replica-server-tests",
"lib",
"integration-tests",
]