Skip to content

Add SnapshotWithName

Compare
Choose a tag to compare
@bradleyjkemp bradleyjkemp released this 12 Nov 11:53
· 1 commit to master since this release
28a118f
Add SnapshotWithName (#72)

* Add SnapshotWithName

SnapshotWithName is similar to SnapshotMulti without appending the function name.
It is useful when you need full control of the snapshot filename.

* Fix typo in test description

Co-authored-by: Aaran McGuire <[email protected]>

* Update examples/advanced_test.go

Co-authored-by: Aaran McGuire <[email protected]>
Co-authored-by: Bradley Kemp <[email protected]>