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
Have taken a look at this, happy to pick up. Have a question though, on top of the crate dependency itself, we have two options here for actually reviewing snapshots:
Have every dev do cargo install cargo-insta and use cargo insta review. Much cleaner, but this introduces a manual dependency on the reviewers' local machine.
I'll be choosing cargo-insta for my development setup since it provides the complete experience of insta. However it is not required if one want to build the lib or run the tests.
fastrace
heavily utilizes snapshot tests, and insta is an appealing snapshot tools to improve the experience of managing the snapshot tests.The text was updated successfully, but these errors were encountered: