Skip to content

Commit

Permalink
[test] add coverage for menuitemradio menuitemcheckbox
Browse files Browse the repository at this point in the history
  • Loading branch information
khiga8 committed May 6, 2024
1 parent 072888a commit 9b66688
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -457,6 +457,8 @@ ruleTester.run(`${ruleName}:recommended`, rule, {
{ code: '<ol role="treegrid" />;' },
{ code: '<li role="tab" />;' },
{ code: '<li role="menuitem" />;' },
{ code: '<li role="menuitemcheckbox" />;' },
{ code: '<li role="menuitemradio" />;' },
{ code: '<li role="row" />;' },
{ code: '<li role="treeitem" />;' },
{ code: '<Component role="treeitem" />;' },
Expand Down

0 comments on commit 9b66688

Please sign in to comment.