chore: bump @vant/cli@3.5.1 (#8221)
This commit is contained in:
@@ -9,7 +9,7 @@ test('should emit close event when clicking the close icon', () => {
|
||||
});
|
||||
|
||||
wrapper.find('.van-tag__close').trigger('click');
|
||||
expect(wrapper.emitted('close').length).toEqual(1);
|
||||
expect(wrapper.emitted('close')!.length).toEqual(1);
|
||||
});
|
||||
|
||||
test('should hide tag when the show prop is false', () => {
|
||||
|
||||
Reference in New Issue
Block a user