chore: bump @vant/cli@3.5.1 (#8221)
This commit is contained in:
@@ -4,7 +4,7 @@ import { mount } from '../../../test';
|
||||
test('should emit focus event when security is touched', () => {
|
||||
const wrapper = mount(PasswordInput);
|
||||
wrapper.find('.van-password-input__security').trigger('touchstart');
|
||||
expect(wrapper.emitted('focus').length).toEqual(1);
|
||||
expect(wrapper.emitted('focus')!.length).toEqual(1);
|
||||
});
|
||||
|
||||
test('should render error info correctly', () => {
|
||||
|
||||
Reference in New Issue
Block a user