Fix google auth tests

This commit is contained in:
Andrew Kingston 2024-12-18 15:21:20 +00:00
parent 1f08d6b496
commit 34763e185a
No known key found for this signature in database
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ vi.mock("@roxi/routify", () => ({
params: vi.fn(),
}))
vi.mock("stores/builder", () => ({
vi.mock("@/stores/builder", () => ({
integrations: vi.fn(),
}))