mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 03:59:01 +08:00
afcdc3fbe2
* 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
8 lines
172 B
TypeScript
8 lines
172 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Tooltip image', () => {
|
|
imageDemoTest('tooltip', {
|
|
onlyViewport: ['shift.tsx'],
|
|
});
|
|
});
|