We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d42300b commit e214277Copy full SHA for e214277
components/radio/__tests__/group.test.js
@@ -2,7 +2,7 @@ import { mount } from '@vue/test-utils';
2
import { asyncExpect } from '@/tests/utils';
3
import Radio from '../Radio';
4
import RadioGroup from '../Group';
5
-import RadioButton from '../radioButton';
+import RadioButton from '../RadioButton';
6
7
describe('Radio', () => {
8
function createRadioGroup(props, listeners = {}) {
0 commit comments