regexper-static/src/components/Layout/__snapshots__/test.js.snap
Jeff Avallone aca30c8df3 I forgot to configure enzyme-to-json
I thought those snapshots looked terrible
2019-01-08 07:13:09 -05:00

16 lines
287 B
Plaintext

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`Layout rendering 1`] = `
<SentryBoundary>
<LoadNamespace(Header)
banner="Test Banner"
/>
<SentryBoundary>
Example content
</SentryBoundary>
<LoadNamespace(Footer)
buildId="test-buildid"
/>
</SentryBoundary>
`;