fix(cli): fix style (#36821)

This commit is contained in:
Yunlu Wen 2026-05-29 16:34:36 +08:00 committed by GitHub
parent ce276573a8
commit b6f92f1dc4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -7,7 +7,6 @@ describe('OutputFormatNotSupportedError', () => {
const err = new OutputFormatNotSupportedError('csv')
expect(err.message).toBe('format csv is not supported by this command')
})
})
describe('UnsupportedArgValueError', () => {