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