[CORL-720] Integratejest-axe (#2741)

* feat: axe checks for tests

* test: add another axe check

* fix: tests
This commit is contained in:
Vinh
2019-12-05 16:44:16 -05:00
committed by Kim Gardner
parent 51bfde8cf8
commit 7615dc2aaf
35 changed files with 283 additions and 40 deletions
+1 -1
View File
@@ -43,7 +43,7 @@ const Icon: FunctionComponent<Props> = props => {
return (
<i
className={rootClassName}
aria-hidden="true"
aria-hidden={rest["aria-label"] ? "false" : "true"}
{...rest}
ref={forwardRef}
/>