mirror of
https://github.com/nicoburns/blessed-rs
synced 2024-11-10 06:14:15 +00:00
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:
parent
da7928a27f
commit
91d7273a74
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
}]
|
||||
},
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue