insta 0.8.2

A snapshot testing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
---
created: "2019-05-29T04:22:50.837055Z"
creator: insta@0.8.1
source: tests/test_basic.rs
expression: "vec![1 , 2 , 3 , 4]"
---
[
    1,
    2,
    3,
    4,
]