mirror of
https://github.com/langgenius/dify.git
synced 2026-06-07 16:32:01 +08:00
fix(cli): fix style (#36821)
This commit is contained in:
parent
ce276573a8
commit
b6f92f1dc4
@ -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', () => {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user