diff --git a/components/radio/__tests__/radio.test.js b/components/radio/__tests__/radio.test.js index 7141c3072..ac7806e89 100644 --- a/components/radio/__tests__/radio.test.js +++ b/components/radio/__tests__/radio.test.js @@ -1,10 +1,14 @@ import { mount } from '@vue/test-utils'; import { asyncExpect } from '@/tests/utils'; -import Radio from '../Radio'; +import Radio, { Group, Button } from '..'; import focusTest from '../../../tests/shared/focusTest'; +import mountTest from '../../../tests/shared/mountTest'; describe('Radio', () => { focusTest(Radio); + mountTest(Radio); + mountTest(Group); + mountTest(Button); it('should render correctly', () => { const wrapper = mount({