mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-16 07:05:42 +08:00

* feat: improve rc-segmented accessibility * test: update snapshot * test: update snapshot * test: update snapshot * test: update snapshot
7 lines
208 B
TypeScript
7 lines
208 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('segmented', {
|
|
// we can add aria attributes to fix it
|
|
skip: ['custom.tsx', 'size-consistent.tsx'],
|
|
});
|