Skip to content

Commit

Permalink
Merge branch 'master' into 627-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jessebeach authored Jun 22, 2020
2 parents dac6864 + f855696 commit e1da6ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions __tests__/src/rules/interactive-supports-focus-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@ const alwaysValid = [
{ code: '<div role="radio" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="spinbutton" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="switch" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="tablist" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="tab" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="textbox" tabIndex="0" onClick={() => void 0} />' },
{ code: '<div role="textbox" aria-disabled="true" onClick={() => void 0} />' },
Expand Down

0 comments on commit e1da6ca

Please sign in to comment.