ant-design/components/select/__tests__/demo.test.js
二货爱吃白萝卜 94edd8e917
refactor: Select like PurePanel remove motion and support auto width (#37117)
* refactor: Pure support open

* chore: fit content size

* test: Update snapshot

* test: back of snapshot

* test: ignore purePanel
2022-08-17 19:57:10 +08:00

6 lines
110 B
JavaScript

import demoTest from '../../../tests/shared/demoTest';
demoTest('select', {
skip: ['render-panel.md'],
});