insta 1.18.2

A snapshot testing library for Rust
Documentation
---
source: tests/test_settings.rs
expression: "vec![1, 2, 3]"
description: The snapshot is three integers
---
[
    1,
    2,
    3,
]