mirror of
https://github.com/youzan/vant.git
synced 2025-10-18 01:17:15 +00:00
refactor:correct bad spelling of 'android'
This commit is contained in:
@@ -268,7 +268,7 @@ describe('AddressEdit', () => {
|
||||
}
|
||||
});
|
||||
|
||||
wrapper.vm.isAndriod = false;
|
||||
wrapper.vm.isAndroid = false;
|
||||
wrapper.find('.van-field__control')[2].trigger('focus');
|
||||
|
||||
wrapper.vm.$nextTick(() => {
|
||||
@@ -280,7 +280,7 @@ describe('AddressEdit', () => {
|
||||
});
|
||||
});
|
||||
|
||||
it('finish edit address detail in andriod', done => {
|
||||
it('finish edit address detail in android', done => {
|
||||
wrapper = mount(AddressDetail, {
|
||||
propsData: {
|
||||
value: '123'
|
||||
|
Reference in New Issue
Block a user