mirror of
https://gitee.com/ant-design/ant-design.git
synced 2024-12-04 21:18:01 +08:00
9 lines
205 B
JavaScript
9 lines
205 B
JavaScript
import Rate from '..';
|
|
import focusTest from '../../../tests/shared/focusTest';
|
|
import mountTest from '../../../tests/shared/mountTest';
|
|
|
|
describe('Rate', () => {
|
|
focusTest(Rate);
|
|
mountTest(Rate);
|
|
});
|