Add prettier tests infrastructure
This commit is contained in:
parent
4a88a9e253
commit
e50f4c0ee5
6 changed files with 139 additions and 17 deletions
|
@ -6,6 +6,9 @@ edition = "2021"
|
|||
[lib]
|
||||
path = "src/prettier.rs"
|
||||
|
||||
[features]
|
||||
test-support = []
|
||||
|
||||
[dependencies]
|
||||
client = { path = "../client" }
|
||||
collections = { path = "../collections"}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue