refactor/code-splitting #31

Merged
ilia merged 32 commits from refactor/code-splitting into main 2026-04-08 06:34:20 +00:00
Showing only changes of commit e88cca9289 - Show all commits

View File

@@ -15,7 +15,7 @@ const makeFetcher = (overrides: Partial<Response> = {}) =>
describe('FontBufferCache', () => {
let cache: FontBufferCache;
let fetcher: ReturnType<typeof vi.fn>;
let fetcher: ReturnType<typeof makeFetcher>;
beforeEach(() => {
fetcher = makeFetcher();