chore: bump @vant/cli@3.5.1 (#8221)
This commit is contained in:
@@ -4,7 +4,7 @@ import { mount } from '../../../test';
|
||||
test('should emit click event when clicked', () => {
|
||||
const wrapper = mount(ContactCard);
|
||||
wrapper.trigger('click');
|
||||
expect(wrapper.emitted('click').length).toEqual(1);
|
||||
expect(wrapper.emitted('click')!.length).toEqual(1);
|
||||
});
|
||||
|
||||
test('should not emit click event when editable is false and clicked ', () => {
|
||||
|
||||
Reference in New Issue
Block a user