chore: rename

This commit is contained in:
Ilia Mashkov
2026-02-27 13:00:58 +03:00
parent fb6cd495d3
commit 3a813b019b
2 changed files with 3 additions and 3 deletions

View File

@@ -30,8 +30,8 @@ export interface FontFilters {
subsets: FontSubset[];
}
export type CheckboxFilter = 'providers' | 'categories' | 'subsets';
export type FilterType = CheckboxFilter | 'searchQuery';
export type FilterGroup = 'providers' | 'categories' | 'subsets';
export type FilterType = FilterGroup | 'searchQuery';
/**
* Standard font weights

View File

@@ -9,7 +9,7 @@ import {
* Test Suite for createFilter Helper Function
*
* This suite tests the Filter logic and state management.
* Component rendering tests are in CheckboxFilter.svelte.test.ts
* Component rendering tests are in FilterGroup.svelte.test.ts
*/
describe('createFilter - Filter Logic', () => {