insta 1.18.2

A snapshot testing library for Rust
Documentation
---
source: tests/test_basic.rs
expression: "vec![1, 2, 3]"
---
[
    1,
    2,
    3,
]