🔥 Removing leftover comment

This commit is contained in:
Milorad FIlipović 2024-12-23 09:52:40 +01:00
parent 50bbb9db19
commit 006e7a07a6

View file

@ -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', () => {