chore: rename
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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', () => {
|
||||
|
||||
Reference in New Issue
Block a user