Closed samatcolumn closed 2 years ago
I think that this has been done by community members in the past so I cant help here sorry, if someone wants to update them in the community repos that's fine with me but I wont be maintaining types in this package itself, the API does not change hardly ever breaking changes are nearly always just updating axe-core incase of updated test results so should be minimal effort.
@nickcolley that's fair, however you might want to remove the recommendation to install @types/jest-axe
from the README since it's for version 3.x
Right now the latest version of
@types/jest-axe
is3.5.3
which provides types forjest-axe
v3.5. This is not the latest version ofjest-axe
and it assumes a different major version ofaxe-core
which means there are conflicts in the types foraxe.RunOptions
, etc: