mirror of
https://github.com/appwrite/console.git
synced 2026-06-06 19:27:48 +00:00
fix: tests
This commit is contained in:
+2
-1
@@ -6,7 +6,8 @@ beforeAll(() => {
|
||||
browser: true
|
||||
}));
|
||||
vi.mock('$app/navigation', () => ({
|
||||
goto: vi.fn()
|
||||
goto: vi.fn();
|
||||
beforeNavigate: vi.fn();
|
||||
}));
|
||||
vi.mock('$app/environment', () => ({
|
||||
dev: true,
|
||||
|
||||
Reference in New Issue
Block a user