We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
radio
group
1 parent 67eec7c commit be90aa9Copy full SHA for be90aa9
components/radio/__tests__/group.test.js
@@ -1,7 +1,7 @@
1
import { mount } from '@vue/test-utils'
2
import { asyncExpect } from '@/tests/utils'
3
-import Radio from '../radio'
4
-import RadioGroup from '../group'
+import Radio from '../Radio'
+import RadioGroup from '../Group'
5
6
describe('Radio', () => {
7
function createRadioGroup (props, listeners = {}) {
components/radio/__tests__/radio.test.js
@@ -1,6 +1,6 @@
import focusTest from '../../../tests/shared/focusTest'
0 commit comments