mirror of
https://github.com/ant-design/ant-design.git
synced 2024-11-29 13:47:02 +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);
|
|
});
|