insta 1.18.2

A snapshot testing library for Rust
Documentation
---
source: tests/test_settings.rs
expression: "vec![1, 2, 3, 4]"
description: The snapshot is four integers
info:
  env:
    ENVIRONMENT: production
  cmdline:
    - my-tool
    - run
---
[
    1,
    2,
    3,
    4,
]