ant-design/components/pagination/__tests__/index.test.js
2019-08-27 18:31:01 +08:00

7 lines
147 B
JavaScript

import Pagination from '..';
import mountTest from '../../../tests/shared/mountTest';
describe('Pagination', () => {
mountTest(Pagination);
});