j40-cejst-2/client/src/components/DatasetCard/tests/__snapshots__/datasetCard.test.tsx.snap

54 lines
1.1 KiB
Text

// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`rendering of indicator dataset card checks if component renders 1`] = `
<DocumentFragment>
<div
id="low-income"
>
<h3>
Low income
</h3>
<div>
Percent of a census tract's population in households where household income is at or below
200% of the Federal poverty level.
</div>
<ul>
<li>
<span>
Used in:
</span>
All categories except for the training and workforce development category
</li>
<li>
<span>
Responsible Party:
</span>
Census
</li>
<li>
<span>
Source:
</span>
<a
class="usa-link usa-link--external"
data-cy=""
href="https://www.census.gov/programs-surveys/acs"
rel="noreferrer"
target="_blank"
>
American Community Survey
</a>
from 2015-2019
</li>
<li>
<span>
Available for:
</span>
All U.S. states and the District of Columbia
</li>
</ul>
</div>
</DocumentFragment>
`;