mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-08-06 00:34:19 -07:00
* Updates to Spanish Site * update bad edit * take feature flag out * removing feature flag from Language component * bad return * updated snapshots * Update unit tests Co-authored-by: TomNUSDS <tomn.usds.opensource+tomnusds@gmail.com>
24 lines
504 B
Text
24 lines
504 B
Text
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`rendering of the Language component on desktop checks if component renders 1`] = `<DocumentFragment />`;
|
|
|
|
exports[`rendering of the Language component on mobile checks if component renders 1`] = `
|
|
<DocumentFragment>
|
|
<div>
|
|
<img
|
|
alt="language icon for selecting language"
|
|
src="test-file-stub"
|
|
/>
|
|
<a
|
|
href="#"
|
|
>
|
|
English
|
|
</a>
|
|
<a
|
|
href="#"
|
|
>
|
|
Español
|
|
</a>
|
|
</div>
|
|
</DocumentFragment>
|
|
`;
|