mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-07-31 14:21:16 -07:00
28 lines
468 B
Text
28 lines
468 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`J40Footer renders correctly 1`] = `
|
|
Array [
|
|
<footer
|
|
className="usa-footer"
|
|
>
|
|
<div
|
|
className="usa-footer__primary-section"
|
|
/>
|
|
<div
|
|
className="usa-footer__secondary-section"
|
|
>
|
|
<div
|
|
className="grid-container"
|
|
>
|
|
<a
|
|
href="/en/"
|
|
onClick={[Function]}
|
|
>
|
|
Home
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</footer>,
|
|
",",
|
|
]
|
|
`;
|