insta 1.7.1

A snapshot testing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
source: tests/test_basic.rs
expression: "vec![1, 2, 3, 4, 5]"
---
[
    1,
    2,
    3,
    4,
    5,
]