Fix rule skip

This commit is contained in:
Tessa Kelly 2022-04-18 16:31:05 -07:00
parent 301f1bac54
commit b4ad79893c

View File

@ -70,7 +70,6 @@ describe('UI tests', function () {
}
const skippedRules = {
'Accordion': ['heading-order'],
'RadioButton': ['duplicate-id'],
'Switch': ['aria-allowed-attr'],
}