From 006e7a07a67da8ac75c9520143114b0cb3a15fd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Milorad=20FIlipovi=C4=87?= Date: Mon, 23 Dec 2024 09:52:40 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A5=20Removing=20leftover=20comment?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/editor-ui/src/utils/sortUtils.test.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/editor-ui/src/utils/sortUtils.test.ts b/packages/editor-ui/src/utils/sortUtils.test.ts index c9d4ea1702..dd8a5032fd 100644 --- a/packages/editor-ui/src/utils/sortUtils.test.ts +++ b/packages/editor-ui/src/utils/sortUtils.test.ts @@ -123,7 +123,6 @@ describe('sublimeSearch', () => { const results = sublimeSearch('code', data, weights); expect(results[0].item.displayName).toBe('Code Base'); - // Customer might or might not be included depending on fuzzy match threshold }); it('should score exact word matches higher than partial word matches', () => {