ant-design-vue/components/rate/__tests__/index.test.js

7 lines
129 B
JavaScript
Raw Normal View History

2019-01-12 03:33:27 +00:00
import Rate from '..';
import focusTest from '../../../tests/shared/focusTest';
describe('Rate', () => {
2019-01-12 03:33:27 +00:00
focusTest(Rate);
});