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

switch to cargo-insta for snapshot testing

This commit is contained in:
Robin Appelman 2023-12-21 23:02:41 +01:00
commit 07039da23d
23 changed files with 42991 additions and 22877 deletions

View file

@ -61,6 +61,7 @@ pretty_assertions = "1.3.0"
test-case = "2.2.2"
iai = "0.1.1"
criterion = "0.4.0"
insta = { version = "1.34.0", features = ["json"] }
[profile.release]
lto = true