mirror of
https://github.com/element-plus/element-plus.git
synced 2026-03-13 07:51:17 +08:00
fix(time-picker): replace test it.only with it in test (#1586)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user