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
I think the latter is why I avoided it when first implementing snapshots...
We could get rid of the "magic" aspect and instead encourage/force components to include their own tests (which would resolve #152). There may be some repetition but that's OK, it's one code base so refactors are possible!
how would you feel about adding something to x-test-utils to do this? then each component would have its own __tests__ folder that could do something like:
https://github.com/storybooks/storybook/tree/release/3.4/addons/storyshots
pros:
cons:
The text was updated successfully, but these errors were encountered: