ant-design/components/popover/__tests__/image.test.ts
lijianan a55195f25b
demo: update Popover & Tooltip & Popconfirm demo (#49815)
* demo: update demo

* fix: fix

* fix: fix

* fix: fix
2024-07-11 10:03:12 +08:00

8 lines
172 B
TypeScript

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