Devendra174's picture
Upload folder using huggingface_hub
1e92f2d verified
raw
history blame contribute delete
287 Bytes
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('qr-code', {
// we can add aria attributes to fix it
disabledRules: ['role-img-alt', 'svg-img-alt'],
// waiting for rc-segmented fix
skip: ['errorlevel.tsx', 'download.tsx'],
});