chore: use insta snapshot for blueprint validator tests

This commit is contained in:
microproofs
2023-11-06 14:19:49 -05:00
committed by Kasey
parent 4eebd4628b
commit 2f694b01cb
15 changed files with 1243 additions and 674 deletions

View File

@@ -47,6 +47,8 @@ aiken-lang = { path = "../aiken-lang", version = "1.0.20-alpha" }
uplc = { path = '../uplc', version = "1.0.20-alpha" }
[dev-dependencies]
indoc = "2.0.1"
insta.workspace = true
proptest = "1.2.0"
pretty_assertions = "1.3.0"