add theme testbench command

This commit is contained in:
K Simmons 2022-09-21 15:57:39 -07:00
parent 56f9543a95
commit db5c83eb36
11 changed files with 729 additions and 44 deletions

View file

@ -30,7 +30,6 @@ libc = "0.2"
anyhow = "1"
thiserror = "1.0"
[dev-dependencies]
gpui = { path = "../gpui", features = ["test-support"] }
client = { path = "../client", features = ["test-support"]}