SwissLife-OSS / snapshooter

Snapshooter is a snapshot testing tool for .NET Core and .NET Framework
https://swisslife-oss.github.io/snapshooter/
MIT License
303 stars 29 forks source link

Match Inline Snapshot Feature #95

Open nscheibe opened 4 years ago

nscheibe commented 4 years ago

Jest has the option, to save the snapshot "inline" within the test code file.

Have a look at https://jestjs.io/docs/en/snapshot-testing#inline-snapshots

michaelstaib commented 4 years ago

Interesting ... but if we want to do that we should have an option to create flat snapshots.