in src/rules/aria-role.js [12:15]
test(tagName, props) { const hasRole = hasProp(props, 'role'); return !hasRole || roles.indexOf(props.role) >= 0; }