chore: bump @vant/cli@3.5.1 (#8221)
This commit is contained in:
@@ -20,7 +20,7 @@ test('should emit click-thumb event after clicking thumb', () => {
|
||||
});
|
||||
|
||||
wrapper.find('.van-card__thumb').trigger('click');
|
||||
expect(wrapper.emitted('click-thumb').length).toEqual(1);
|
||||
expect(wrapper.emitted('click-thumb')!.length).toEqual(1);
|
||||
});
|
||||
|
||||
test('should render price and num slot correctly', () => {
|
||||
|
||||
Reference in New Issue
Block a user