ant-design/components/popover/__tests__/image.test.ts

8 lines
201 B
TypeScript
Raw Normal View History

import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Popover image', () => {
imageDemoTest('popover', {
onlyViewport: ['shift.tsx', 'arrow-point-at-center.tsx'],
});
});