This commit is contained in:
gili8420 2026-08-14 00:01:49 +09:00
commit b43955e0d9
162 changed files with 15425 additions and 0 deletions

View file

@ -0,0 +1,5 @@
// Stub for SvelteKit's virtual `$app/navigation` module under Vitest.
// Tests that care about navigation override these with vi.mock().
export const goto = async () => {};
export const invalidate = async () => {};
export const invalidateAll = async () => {};