I've verified this works in standard jest snapshotting, and I'm pretty sure (but not 100% positive) that it used to work in jest-specific-snapshot with older versions of jest. But it's getting ignored with jest@26.x and using the standard Jest serializer.
I've been using a JSON serializer in https://github.com/storybookjs/storybook/ for some of my test cases:
I've verified this works in standard jest snapshotting, and I'm pretty sure (but not 100% positive) that it used to work in
jest-specific-snapshot
with older versions ofjest
. But it's getting ignored withjest@26.x
and using the standard Jest serializer.Help a brother out? 🤷♂️