From 872004c6f2244d55e094cfa372c070e1a8f989da Mon Sep 17 00:00:00 2001 From: Jose Browne Date: Wed, 13 Sep 2017 20:33:20 -0700 Subject: [PATCH] update readme --- addons/storyshots/README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/addons/storyshots/README.md b/addons/storyshots/README.md index 6416a4f4bb5..2e8d6c4338b 100644 --- a/addons/storyshots/README.md +++ b/addons/storyshots/README.md @@ -152,3 +152,7 @@ Like `snapshotWithOptions`, but generate a separate snapshot file for each stori ### `shallowSnapshot` Take a snapshot of a shallow-rendered version of the component. + +### `getSnapshotFileName` + +Utility function used in `multiSnapshotWithOptions`. This is made available for users who implement custom test functions that also want to take advantage of multi-file storyshots.