ant-design/components/image/__tests__/image.test.ts
afc163 7b92c1ab13
test: fix argo-ci skipped demo (#39245)
* test: fix image test cases

* test: wrong skip for image test cases

* chore: fix skipped demo

* Apply suggestions from code review

* Update components/steps/__tests__/image.test.ts
2022-12-05 12:14:05 +08:00

6 lines
128 B
TypeScript

import { imageDemoTest } from '../../../tests/shared/imageTest';
describe('Image image', () => {
imageDemoTest('image');
});