mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-12 07:09:55 +08:00
a55195f25b
* demo: update demo * fix: fix * fix: fix * fix: fix
8 lines
178 B
TypeScript
8 lines
178 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Popconfirm image', () => {
|
|
imageDemoTest('popconfirm', {
|
|
onlyViewport: ['shift.tsx'],
|
|
});
|
|
});
|