ant-design/components/pagination/__tests__/image.test.ts
骗你是小猫咪 6fba4d1136
test: demo -> ui test (#24475)
* test: demo -> ui test

* improve comment image width

* use argos-ci

* use by cicleci

* fix circle run

* rebase master

* try pipeline var

* use another branch var

* fix commit id

* ignore image test file

* remove useless report

* fix test coverage
2020-10-23 18:50:46 +08:00

6 lines
138 B
TypeScript

import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Pagination image', () => {
imageDemoTest('pagination');
});