test: mock fontStore and update FontStore type signatures
This commit is contained in:
@@ -26,6 +26,7 @@ import {
|
||||
vi.mock('$entities/Font', () => ({
|
||||
fetchFontsByIds: vi.fn(),
|
||||
unifiedFontStore: { fonts: [] },
|
||||
fontStore: { fonts: [] },
|
||||
}));
|
||||
|
||||
vi.mock('$features/SetupFont', () => ({
|
||||
|
||||
Reference in New Issue
Block a user