mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-14 08:09:13 +08:00
9490179108
* ci: enable splitTheme * chore: remove blue border
8 lines
168 B
TypeScript
8 lines
168 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Layout image', () => {
|
|
imageDemoTest('layout', {
|
|
skip: ['fixed-sider.tsx'],
|
|
});
|
|
});
|