mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-24 19:19:57 +08:00
7b92c1ab13
* 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
6 lines
128 B
TypeScript
6 lines
128 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Image image', () => {
|
|
imageDemoTest('image');
|
|
});
|