dequelabs / react-axe

[DEPRECATED] Accessibility auditing for React.js applications
Other
1.16k stars 45 forks source link

tests: fix unit tests and create typescript tests #172

Closed straker closed 4 years ago

straker commented 4 years ago

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)

straker commented 4 years ago

Yes