mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 11:54:02 +00:00
chore: fix all typos (#9053)
This commit is contained in:
@@ -45,7 +45,7 @@ test('v-model', async () => {
|
||||
expect(wrapper.emitted<[Date]>('confirm')![0][0]).toEqual(minDate);
|
||||
});
|
||||
|
||||
test('value has an inital value', async () => {
|
||||
test('value has an initial value', async () => {
|
||||
const defaultValue = new Date(2020, 0, 0, 0, 0);
|
||||
const wrapper = mount(DatePicker, {
|
||||
propsData: {
|
||||
|
@@ -115,7 +115,7 @@ test('change min-minute and emit correct value', async () => {
|
||||
test('set max-hour & max-minute smaller than current then emit correct value', async () => {
|
||||
const wrapper = mount(TimePicker, {
|
||||
props: {
|
||||
modelvalue: '23:59',
|
||||
modelValue: '23:59',
|
||||
},
|
||||
});
|
||||
|
||||
|
Reference in New Issue
Block a user