UNPKG
chai-a11y-axe
Version:
latest (1.5.0)
next (1.3.2-next.2)
1.5.0
1.4.1
1.4.0
1.3.2
1.3.2-next.2
1.3.1
1.3.0
1.2.3
1.2.2
1.2.1
1.2.0
1.1.1
1.1.0
A11y tests for chai
github.com/open-wc/open-wc/tree/master/packages/chai-a11y-axe
open-wc/open-wc
chai-a11y-axe
/
src
/
accessible.d.ts
8 lines
(6 loc)
•
165 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
/// <reference path="../chai-a11y-axe-plugin.d.ts" />
/** *
@param
{
any
}
chai
*
@param
{
any
}
utils
*/
export
const
chaiA11yAxe
:
(
chai
:
any
,
utils
:
any
) =>
void
;