mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-17 15:40:53 +08:00

* refactor: [v6] use rc-component/resize-observer * chore: mock of ResizeObserver * test: update snap * fix: fix * chore: update dep * test: back of snapshot * fix: fix * chore: update deps * chore: update * chore: update @rc-component/motion --------- Signed-off-by: lijianan <574980606@qq.com> Co-authored-by: 二货机器人 <smith3816@gmail.com>
7 lines
190 B
TypeScript
7 lines
190 B
TypeScript
import accessibilityDemoTest from '../../../tests/shared/accessibilityTest';
|
|
|
|
accessibilityDemoTest('pagination', {
|
|
// waiting for @rc-component/pagination fix
|
|
skip: ['simple.tsx'],
|
|
});
|