The unit tests weren't actually working correctly as we didn't make them async tests and use the done function. Updated them to work and fixed a failing test. Also added a typescript test so we can verify the input and output to our API.
Lastly, added an axe-linter ignore file so we don't have to see the release PR get axe-linter bugs on the Changelog.
Reviewer checks
Required fields, to be filled out by PR reviewer(s)
[x] Follows the commit message policy, appropriate for next version
The unit tests weren't actually working correctly as we didn't make them
async
tests and use thedone
function. Updated them to work and fixed a failing test. Also added a typescript test so we can verify the input and output to our API.Lastly, added an axe-linter ignore file so we don't have to see the release PR get axe-linter bugs on the Changelog.
Reviewer checks
Required fields, to be filled out by PR reviewer(s)