diff --git a/packages/common/src/helpers/__tests__/errors.spec.ts b/packages/common/src/helpers/__tests__/errors.spec.ts index c460fe5a1..fec4743b2 100644 --- a/packages/common/src/helpers/__tests__/errors.spec.ts +++ b/packages/common/src/helpers/__tests__/errors.spec.ts @@ -337,7 +337,8 @@ describe('Errors helper', () => { }); it('should return a message if `error.response.data` includes a HTML page', () => { - const htmlPage = '...'; + const htmlPage = + '...'; const error = { name: 'Error', config: {},