feat: add insta as dependency

We are going to start to add "golden"/snapshot tests, so we are using
[insta](https://insta.rs) to do so.
This commit is contained in:
Cainã Costa
2023-06-30 12:28:48 -03:00
committed by rvcas
parent eea94fc9a4
commit 58c854fd3f
3 changed files with 67 additions and 0 deletions

View File

@@ -34,4 +34,11 @@ chumsky = { version = "0.9.2", features = ["ahash", "std"], default-features = f
[dev-dependencies]
indoc = "2.0.1"
insta = { version = "1.30.0", features = ["yaml"] }
pretty_assertions = "1.3.0"
[profile.dev.package.insta]
opt-level = 3
[profile.dev.package.similar]
opt-level = 3