ant-design/components/tooltip/__tests__/image.test.ts
MadCcc afcdc3fbe2
chore: try to fix screenshot (#44817)
* chore: try to fix screenshot

* chore: set small viewport

* chore: rm wait until

* chore: minimize demo

* chore: support onlyViewPort

* chore: better logic

* chore: config demos

* chore: update

* refactor: rename

* chore: update

* chore: update

* chore: update
2023-09-14 16:59:11 +08:00

8 lines
172 B
TypeScript

import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Tooltip image', () => {
imageDemoTest('tooltip', {
onlyViewport: ['shift.tsx'],
});
});