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