File tree 4 files changed +4
-4
lines changed
tests/unit/components/datepicker
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1
1
import dayjs from 'dayjs' ;
2
2
import { shallowMount } from '@vue/test-utils' ;
3
- import DatePickerHeader from '@/components/datepicker /DatePickerHeader.vue' ;
3
+ import DatePickerHeader from '@/components/DatePicker /DatePickerHeader.vue' ;
4
4
5
5
describe ( 'DatePickerHeader' , ( ) => {
6
6
let mountComponent ;
Original file line number Diff line number Diff line change 1
1
import dayjs from 'dayjs' ;
2
2
import { shallowMount } from '@vue/test-utils' ;
3
- import DatePickerPresets from '@/components/datepicker /DatePickerPresets.vue' ;
3
+ import DatePickerPresets from '@/components/DatePicker /DatePickerPresets.vue' ;
4
4
5
5
describe ( 'DatePickerPresets' , ( ) => {
6
6
let mountComponent ;
Original file line number Diff line number Diff line change 1
1
import dayjs from 'dayjs' ;
2
2
import { shallowMount } from '@vue/test-utils' ;
3
- import DatePickerValidate from '@/components/datepicker /DatePickerValidate.vue' ;
3
+ import DatePickerValidate from '@/components/DatePicker /DatePickerValidate.vue' ;
4
4
5
5
describe ( 'DatePickerValidate' , ( ) => {
6
6
let mountComponent ;
Original file line number Diff line number Diff line change 1
1
import dayjs from 'dayjs' ;
2
2
import { shallowMount } from '@vue/test-utils' ;
3
- import DatePickerYearMonth from '@/components/datepicker /DatePickerYearMonth.vue' ;
3
+ import DatePickerYearMonth from '@/components/DatePicker /DatePickerYearMonth.vue' ;
4
4
5
5
import Dates from '@/utils/Dates' ;
6
6
import * as utilsFunction from '@/utils/positions' ;
You can’t perform that action at this time.
0 commit comments