insta 1.43.0

A snapshot testing library for Rust
Documentation
1
2
3
4
#[test]
fn test_embedded_test() {
    assert_snapshot!("embedded", "Just a string");
}