test(cleanup): fix pre-existing test mocks and data
This commit is contained in:
@@ -59,6 +59,9 @@ vi.mock("next/navigation", () => ({
|
||||
useRouter: () => ({
|
||||
push: mocks.push,
|
||||
}),
|
||||
useSearchParams: () => ({
|
||||
get: vi.fn(() => null),
|
||||
}),
|
||||
}))
|
||||
|
||||
vi.mock("sonner", () => ({
|
||||
|
||||
Reference in New Issue
Block a user