mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-05 09:49:57 +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
6 lines
142 B
TypeScript
6 lines
142 B
TypeScript
import { extendTest } from '../../../tests/shared/demoTest';
|
|
|
|
extendTest('popover', {
|
|
skip: ['shift.tsx', 'arrow-point-at-center.tsx'],
|
|
});
|