mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-11 12:57:29 -08:00
🔥 Removing leftover comment
This commit is contained in:
parent
50bbb9db19
commit
006e7a07a6
|
@ -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', () => {
|
||||
|
|
Loading…
Reference in a new issue