We can migrate many of our tests to `insta`. All file outputs and some `stdout`s/`stderr`s can become snapshots. By using [redactions](https://insta.rs/docs/redactions/), it's possible to substitute runtime values such as class hashes, transaction hashes, addresses, etc. with placeholders.
We can migrate many of our tests to
insta. All file outputs and somestdouts/stderrs can become snapshots.By using redactions, it's possible to substitute runtime values such as class hashes, transaction hashes, addresses, etc. with placeholders.