File size: 170 Bytes
1e92f2d |
1 2 3 4 5 6 7 |
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('grid', {
// waiting for slider fix
skip: ['playground.tsx'],
});
|
1e92f2d |
1 2 3 4 5 6 7 |
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
accessibilityDemoTest('grid', {
// waiting for slider fix
skip: ['playground.tsx'],
});
|