mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 13:08:41 +08:00
08a9325182
* test: add accessibility test utilities * refactor(tests): replace polling with Promise chain for axe test queue management * test: add a11y test for components demo * feat: add a11y test utils * test: add a11y test for components demo * test: add a11y test for components demo * chore: remove unnecessary code * feat: add polyfill for test environment * test: add a11y test for components demo * test: add a11y test for components demo * chore: adjust code style
6 lines
188 B
TypeScript
6 lines
188 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
describe('avatar demo a11y', () => {
|
|
accessibilityDemoTest('avatar', { disabledRules: ['image-alt'] });
|
|
});
|