regexper-static/src/components/Layout/__snapshots__/test.js.snap

16 lines
287 B
Plaintext
Raw Normal View History

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