mirror of
https://github.com/element-plus/element-plus.git
synced 2024-12-21 02:50:11 +08:00
fix(time-picker): replace test it.only
with it
in test (#1586)
This commit is contained in:
parent
9424a09e0a
commit
b9baa70680
@ -144,7 +144,7 @@ describe('TimePicker', () => {
|
||||
expect(secondsDom).toBeUndefined()
|
||||
})
|
||||
|
||||
it.only('event change, focus, blur', async () => {
|
||||
it('event change, focus, blur', async () => {
|
||||
const changeHandler = jest.fn()
|
||||
const focusHandler = jest.fn()
|
||||
const blurHandler = jest.fn()
|
||||
|
Loading…
Reference in New Issue
Block a user