Switch from k9 to insta for snapshot testing

We'll need some advanced features from insta.
This commit is contained in:
Ivan Molodetskikh
2024-12-20 08:49:18 +03:00
parent 8dcc41a54d
commit 2d3c36edae
6 changed files with 84 additions and 75 deletions
+1 -1
View File
@@ -19,6 +19,6 @@ tracing.workspace = true
tracy-client.workspace = true
[dev-dependencies]
k9.workspace = true
insta.workspace = true
miette = { version = "5.10.0", features = ["fancy"] }
pretty_assertions = "1.4.1"