diff --git a/lib/__tests__/index-test.js b/lib/__tests__/index-test.js index ad760a6..3b62e4f 100644 --- a/lib/__tests__/index-test.js +++ b/lib/__tests__/index-test.js @@ -61,6 +61,12 @@ describe('props', () => {
; }); }); + + it('does not warn with no role and `aria-hidden="true"`', () => { + doNotExpectWarning(assertions.props.onClick.NO_ROLE.msg, () => { +