mirror of
https://github.com/ant-design/ant-design.git
synced 2026-02-09 02:49:18 +08:00
* test: fix test case skip logic * fix * fix * test: add snapshot tests for splitter and table demos * test: remove skip options from splitter tests * test: add snapshot for size-mix demo in splitter component
6 lines
186 B
TypeScript
6 lines
186 B
TypeScript
import { imageDemoTest } from '../../../tests/shared/imageTest';
|
|
|
|
describe('Button image', () => {
|
|
imageDemoTest('button', { skip: ['loading.tsx', 'chinese-chars-loading.tsx'] });
|
|
});
|