Skip to content

Commit be90aa9

Browse files
committed
test: update radio & group path
1 parent 67eec7c commit be90aa9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

components/radio/__tests__/group.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { mount } from '@vue/test-utils'
22
import { asyncExpect } from '@/tests/utils'
3-
import Radio from '../radio'
4-
import RadioGroup from '../group'
3+
import Radio from '../Radio'
4+
import RadioGroup from '../Group'
55

66
describe('Radio', () => {
77
function createRadioGroup (props, listeners = {}) {

components/radio/__tests__/radio.test.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import { mount } from '@vue/test-utils'
22
import { asyncExpect } from '@/tests/utils'
3-
import Radio from '../radio'
3+
import Radio from '../Radio'
44
import focusTest from '../../../tests/shared/focusTest'
55

66
describe('Radio', () => {

0 commit comments

Comments
 (0)