mirror of
https://github.com/youzan/vant.git
synced 2025-10-22 03:44:48 +00:00
types: test cases typing
This commit is contained in:
@@ -252,7 +252,7 @@ test('should update input width when using input-width prop', () => {
|
||||
inputWidth: '10rem',
|
||||
},
|
||||
});
|
||||
expect(wrapper.find('input').element.style.width).toEqual('10rem');
|
||||
expect(wrapper.find('input').style.width).toEqual('10rem');
|
||||
});
|
||||
|
||||
test('should update input height and button size when using button-size prop', () => {
|
||||
|
Reference in New Issue
Block a user