1
0
Fork 0
mirror of https://codeberg.org/demostf/parser.git synced 2026-06-03 10:14:06 +02:00

add basic snapshot testing

This commit is contained in:
Robin Appelman 2019-03-17 19:20:50 +01:00
commit 052ff398cd
15 changed files with 134 additions and 25 deletions

View file

@ -21,3 +21,6 @@ snap = "0.2"
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
serde_repr = "0.1"
[dev-dependencies]
pretty_assertions = "0.6.1"