fix(time-picker): replace test it.only with it in test (#1586)

This commit is contained in:
inottn 2021-03-08 14:07:38 +08:00 committed by GitHub
parent 9424a09e0a
commit b9baa70680
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()