mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-03 00:09:39 +08:00
e188445b22
* fix(popover): 'arrow. pointAtCenter' misalignment error * chore: add debug demo * chore: update snaphots * chore: update * chore: Reverse components/popover/demo/basic.tsx * chore: update snaphots * chore: skip debug demo test * chore: update demo * chore: update snapshot * chore: skip debug demo test ref: https://github.com/ant-design/ant-design/pull/50260#discussion_r1708926635
8 lines
201 B
TypeScript
8 lines
201 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Popover image', () => {
|
|
imageDemoTest('popover', {
|
|
onlyViewport: ['shift.tsx', 'arrow-point-at-center.tsx'],
|
|
});
|
|
});
|