diff --git a/cli/src/framework/errors.test.ts b/cli/src/framework/errors.test.ts index 053bb01641..90b9061648 100644 --- a/cli/src/framework/errors.test.ts +++ b/cli/src/framework/errors.test.ts @@ -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', () => {