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
Describe the bug
When using Storyshots with the multiSnapshotWithOptions property, I'd expect the __snapshots__ directory to be placed alongside the story being tested. However, it appears to be duplicating the directory structure.
Describe the bug
When using Storyshots with the
multiSnapshotWithOptions
property, I'd expect the__snapshots__
directory to be placed alongside the story being tested. However, it appears to be duplicating the directory structure.What I'm getting:
What I'd expect:
I can resolve this by adding to my
stories.tsx
file, as found in this comment;However, there are a lot of stories to update, and this seems like a workaround for a bug.
To Reproduce
Create a component, story, and tests.
My
storyshots.test.tx
file looks like this:System
The text was updated successfully, but these errors were encountered: