mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-02 12:09:14 +08:00
9 lines
203 B
JavaScript
9 lines
203 B
JavaScript
|
import Image from '..';
|
||
|
import mountTest from '../../../tests/shared/mountTest';
|
||
|
import rtlTest from '../../../tests/shared/rtlTest';
|
||
|
|
||
|
describe('Image', () => {
|
||
|
mountTest(Image);
|
||
|
rtlTest(Image);
|
||
|
});
|