mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-01 14:59:35 +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
179 B
TypeScript
8 lines
179 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Select image', () => {
|
|
imageDemoTest('select', {
|
|
splitTheme: ['debug-flip-shift.tsx'],
|
|
});
|
|
});
|