mirror of
https://github.com/element-plus/element-plus.git
synced 2024-11-21 01:02:59 +08:00
test(components): [slider] remove console.log (#18217)
This commit is contained in:
parent
2d98ee4311
commit
14c8f752e4
@ -450,7 +450,6 @@ describe('Slider', () => {
|
||||
'each precision accuracy test: $input $output',
|
||||
async (input, output) => {
|
||||
await wrapper.find('input').setValue(input)
|
||||
console.log(wrapper.find('input').element.value)
|
||||
|
||||
expect(wrapper.find('input').element.value).toEqual(`${output}`)
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user