Skip to content

Commit

Permalink
🔥 Removing leftover comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MiloradFilipovic committed Dec 23, 2024
1 parent 50bbb9d commit 006e7a0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/editor-ui/src/utils/sortUtils.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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', () => {
Expand Down

0 comments on commit 006e7a0

Please sign in to comment.