mirror of
https://github.com/ant-design/ant-design.git
synced 2025-06-23 04:01:48 +08:00
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Popconfirm image', () => {
|
|
imageDemoTest('popconfirm', {
|
|
onlyViewport: ['shift.tsx'],
|
|
});
|
|
});
|