Mention the insta snapshot testing library (#112)

* Mention the `insta` snapshot testing library

I believe this is one that everybody should know about.

* Use "Snapshot" instead of "Golden"

---------

Co-authored-by: Nico Burns <nico@nicoburns.com>
This commit is contained in:
Ilya Grigoriev 2024-01-08 13:35:13 -08:00 committed by GitHub
parent da7928a27f
commit 91d7273a74
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -72,6 +72,11 @@
"name": "cargo-nextest",
"link": "https://nexte.st",
"notes": "Faster, better test runner"
},
{
"name": "insta",
"link": "https://insta.rs",
"notes": "Snapshot testing with inline snapshot support"
}]
},
{