You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
stories2snapsConverter: new Stories2SnapsConverter({
// This puts all my *.snaps.js in a __snapshots__ folder next to my stories folder, the default is to have them next to the *.stories.js files themselves
snapshotsDirName: './__snapshots__',
// This just sets the extension to *.snap.js which I like