From 298ef6ed08d76893c59e361aefdd74c6322a17fb Mon Sep 17 00:00:00 2001 From: Oleksii Orel Date: Thu, 28 Sep 2023 05:50:54 +0300 Subject: [PATCH] fixup! fixup! fix: 'Backend is not available...' error message --- packages/common/src/helpers/__tests__/errors.spec.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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: {},