mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-27 20:49:53 +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
6 lines
154 B
TypeScript
6 lines
154 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Anchor image', () => {
|
|
imageDemoTest('anchor', { onlyViewport: true });
|
|
});
|