Skip to content

Commit

Permalink
Extend page mock type
Browse files Browse the repository at this point in the history
  • Loading branch information
mstrasinskis committed May 22, 2024
1 parent 9256eb6 commit 3a52155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/__mocks__/$app/stores.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const initPageStoreMock = () => {
data = { universe: OWN_CANISTER_ID_TEXT },
}: {
routeId?: string;
data?: { universe: string | null } & Record<string, string>;
data?: { universe: string | null } & Record<string, string | boolean>;
}) =>
set({
data,
Expand Down

0 comments on commit 3a52155

Please sign in to comment.