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.)
Issue description
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.)