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