mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-17 19:00:15 +08:00
d3a7119d03
* chore: update host * chore: rm gitee mirror * chore: lint * chore: ignore crop-imgae
6 lines
159 B
TypeScript
6 lines
159 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Upload image', () => {
|
|
imageDemoTest('upload', { skip: ['crop-image.md'] });
|
|
});
|