/** * This test was generated */ import * as React from 'react'; import { render } from '@testing-library/react'; import { PaginationOptionsMenu } from '../../PaginationOptionsMenu'; // any missing imports can usually be resolved by adding them here import { PaginationToggleTemplateProps } from '../..'; it('PaginationOptionsMenu should match snapshot (auto-generated)', () => { const { asFragment } = render( ( {firstIndex} - {lastIndex} Custom toggle template of{itemCount} {itemsTitle} )} onPerPageSelect={() => null as any} /> ); expect(asFragment()).toMatchSnapshot(); });