You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had great success using the insta snapshot testing crate within the block explorer's backend, and it would be nice to use and simplify some of the testing code we have inside the SDK.
insta is most useful for regression testing against large values that is too much of a hassle to deeply inspect manually. insta also offers diff inspection and cool tooling like cargo-insta to review failing tests.
The text was updated successfully, but these errors were encountered:
We've had great success using the
insta
snapshot testing crate within the block explorer's backend, and it would be nice to use and simplify some of the testing code we have inside the SDK.insta
is most useful for regression testing against large values that is too much of a hassle to deeply inspect manually.insta
also offers diff inspection and cool tooling likecargo-insta
to review failing tests.The text was updated successfully, but these errors were encountered: