insta 0.6.1

A snapshot testing library for Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
---
created: "2019-01-23T00:01:40.215598+00:00"
creator: insta@0.4.1
expression: "vec![1 , 2 , 3]"
source: tests/test_basic.rs
---
[
    1,
    2,
    3
]