mirror of
https://github.com/ant-design/ant-design.git
synced 2024-12-20 20:38:09 +08:00
7 lines
147 B
JavaScript
7 lines
147 B
JavaScript
|
import DatePicker from '..';
|
||
|
import focusTest from '../../../tests/shared/focusTest';
|
||
|
|
||
|
describe('DatePicker', () => {
|
||
|
focusTest(DatePicker);
|
||
|
});
|