NCIOCPL / cgov-digital-platform

The Cancer.gov Digital Communications Platform
GNU General Public License v2.0
11 stars 33 forks source link

ncids_trans theme front-end code does not check code coverage for new code #4388

Open bryanpizzillo opened 2 months ago

bryanpizzillo commented 2 months ago

Issue description

ESTIMATE TBD

While fixing another issue, I noticed that 2 components under src/entrypoints/addl-cancer-types-landing-page did not have unit tests created for them. This is because when we created the theme we made sure new code under lib would get coverage checks, but now that new entrypoints are being created, we should also be linting new code. (especially when some component-ish things are getting put there too.)