j40-cejst-2/client/src/components/BetaBanner/__snapshots__/BetaBanner.test.tsx.snap
2022-09-30 13:43:31 -04:00

20 lines
445 B
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`rendering of the BetaBanner checks if component renders 1`] = `
<DocumentFragment>
<div>
<div>
<div />
<div>
<span>
This is a beta site.
</span>
<span>
It is an early, in-progress version of the tool with limited datasets that will
be regularly updated.
</span>
</div>
</div>
</div>
</DocumentFragment>
`;