Initial
This commit is contained in:
commit
b43955e0d9
162 changed files with 15425 additions and 0 deletions
5
tests/stubs/app-navigation.ts
Normal file
5
tests/stubs/app-navigation.ts
Normal 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 () => {};
|
||||
Loading…
Add table
Add a link
Reference in a new issue