diff --git a/frontend/__mocks__/$app/stores.ts b/frontend/__mocks__/$app/stores.ts index be5d92bd30c..242b400ace9 100644 --- a/frontend/__mocks__/$app/stores.ts +++ b/frontend/__mocks__/$app/stores.ts @@ -25,7 +25,7 @@ const initPageStoreMock = () => { data = { universe: OWN_CANISTER_ID_TEXT }, }: { routeId?: string; - data?: { universe: string | null } & Record; + data?: { universe: string | null } & Record; }) => set({ data,