cg-site
cg-site copied to clipboard
Change accessibility testing to `pa11y` from `a11y`
In order to address dependabot security issues with the archived (a11y
)[https://github.com/addyosmani/a11y] development dependency, switch accessibility testing to the (pa11y
)[https://github.com/pa11y/pa11y].
Acceptance Criteria
- [ ] Remove
a11y
- [ ] Add
pa11y
- [ ] Update the
npm test
script to usepa11y
command - [ ] Add documentation on how to use the updated accessibility tests
Security considerations
- Fixes dependabot alert on the archived
a11y