website
website copied to clipboard
tests: adds aXe test for `<Officers />`; resolves `key` bug
Followup to #412, gradually increasing coverage.
Two small notes:
- You need to mock
next/imagesomehow. This trivial mock is from https://github.com/vercel/next.js/discussions/18516, however I think after you upgrade to Next 12 it becomes easier. - There's a current bug in
Officersthat incorrectly uses a non-existent field as thekey. Updated to use an existing field.
Just going through my own stale PRs, bump @matthewcn56.