From f5fc06413fe2a22092a3805d52c668cce9ef6fd4 Mon Sep 17 00:00:00 2001 From: ItshMoh Date: Tue, 8 Oct 2024 14:38:36 +0530 Subject: [PATCH] fixed linting issue --- library/src/helpers/__tests__/schema.test.ts | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/library/src/helpers/__tests__/schema.test.ts b/library/src/helpers/__tests__/schema.test.ts index 3844befb4..08ccd70e3 100644 --- a/library/src/helpers/__tests__/schema.test.ts +++ b/library/src/helpers/__tests__/schema.test.ts @@ -896,11 +896,7 @@ describe('SchemaHelpers', () => { test('should not render title because title is undefined', () => { expect( - SchemaHelpers.applicatorSchemaName( - 0, - FIRST_CASE, - OTHER_CASES, - ), + SchemaHelpers.applicatorSchemaName(0, FIRST_CASE, OTHER_CASES), ).toMatchSnapshot(); expect(