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