mirror of
https://github.com/DOI-DO/j40-cejst-2.git
synced 2025-02-21 09:11:26 -08:00
Update frontend test snapshots
This commit is contained in:
parent
dd6af869d7
commit
179660944c
5 changed files with 14 additions and 10 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -150,3 +150,6 @@ node_modules
|
||||||
.python-version
|
.python-version
|
||||||
.DS_Store
|
.DS_Store
|
||||||
temp_dir
|
temp_dir
|
||||||
|
|
||||||
|
# asdf tooling
|
||||||
|
.tool-versions
|
||||||
|
|
|
@ -68,6 +68,7 @@
|
||||||
"husky": "^7.0.4",
|
"husky": "^7.0.4",
|
||||||
"identity-obj-proxy": "^3.0.0",
|
"identity-obj-proxy": "^3.0.0",
|
||||||
"jest": "^27.5.1",
|
"jest": "^27.5.1",
|
||||||
|
"jest-environment-jsdom": "^27.5.1",
|
||||||
"license-checker": "^25.0.1",
|
"license-checker": "^25.0.1",
|
||||||
"prettier": "^2.6.0",
|
"prettier": "^2.6.0",
|
||||||
"react-test-renderer": "^17.0.2",
|
"react-test-renderer": "^17.0.2",
|
||||||
|
|
|
@ -18,8 +18,8 @@ exports[`rendering of the MapLegend checks if snapshots have changed 1`] = `
|
||||||
class="secondary"
|
class="secondary"
|
||||||
>
|
>
|
||||||
|
|
||||||
Communities identified as disadvantaged by the map are those that are marginalized, underserved,
|
Communities identified as disadvantaged by the map are those that are marginalized, underserved,
|
||||||
and overburdened by pollution. These communities are at or above the thresholds in one or
|
and overburdened by pollution. These communities are at or above the thresholds in one or
|
||||||
more of eight categories of criteria.
|
more of eight categories of criteria.
|
||||||
|
|
||||||
</p>
|
</p>
|
||||||
|
|
|
@ -34,7 +34,7 @@ exports[`rendering of the component expects the render to match snapshot 1`] = `
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
, or locate yourself
|
, or locate yourself
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
@ -70,7 +70,7 @@ exports[`rendering of the component expects the render to match snapshot 1`] = `
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
. Census tracts are a small unit of geography. They generally have populations
|
. Census tracts are a small unit of geography. They generally have populations
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
@ -87,7 +87,7 @@ exports[`rendering of the component expects the render to match snapshot 1`] = `
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
|
|
||||||
Communities that are disadvantaged live in tracts that experience burdens. These tracts are highlighted
|
Communities that are disadvantaged live in tracts that experience burdens. These tracts are highlighted
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
@ -131,7 +131,7 @@ exports[`rendering of the component expects the render to match snapshot 1`] = `
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
, or cutoffs, are used to determine if communities in a tract are disadvantaged. Certain burdens use percentages
|
, or cutoffs, are used to determine if communities in a tract are disadvantaged. Certain burdens use percentages
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
|
|
@ -39,7 +39,7 @@ exports[`simulate app starting up, no click on map should match the snapshot of
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
, or locate yourself
|
, or locate yourself
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
@ -75,7 +75,7 @@ exports[`simulate app starting up, no click on map should match the snapshot of
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
. Census tracts are a small unit of geography. They generally have populations
|
. Census tracts are a small unit of geography. They generally have populations
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
@ -92,7 +92,7 @@ exports[`simulate app starting up, no click on map should match the snapshot of
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
>
|
>
|
||||||
|
|
||||||
Communities that are disadvantaged live in tracts that experience burdens. These tracts are highlighted
|
Communities that are disadvantaged live in tracts that experience burdens. These tracts are highlighted
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
@ -136,7 +136,7 @@ exports[`simulate app starting up, no click on map should match the snapshot of
|
||||||
tabindex="0"
|
tabindex="0"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
, or cutoffs, are used to determine if communities in a tract are disadvantaged. Certain burdens use percentages
|
, or cutoffs, are used to determine if communities in a tract are disadvantaged. Certain burdens use percentages
|
||||||
|
|
||||||
<img
|
<img
|
||||||
alt="
|
alt="
|
||||||
|
|
Loading…
Add table
Reference in a new issue