mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-13 04:53:11 +08:00
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Popover image', () => {
|
|
imageDemoTest('popover', {
|
|
onlyViewport: ['shift.tsx'],
|
|
});
|
|
});
|