Add prettier tests infrastructure

This commit is contained in:
Kirill Bulatov 2023-10-11 19:08:35 +03:00
parent 4a88a9e253
commit e50f4c0ee5
6 changed files with 139 additions and 17 deletions

View file

@ -6,6 +6,9 @@ edition = "2021"
[lib]
path = "src/prettier.rs"
[features]
test-support = []
[dependencies]
client = { path = "../client" }
collections = { path = "../collections"}