mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 02:59:58 +08:00
6fba4d1136
* 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
6 lines
138 B
TypeScript
6 lines
138 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Pagination image', () => {
|
|
imageDemoTest('pagination');
|
|
});
|