[go: up one dir, main page]

insta 0.12.0

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