diff --git a/js/tests/unit/specs/common.ts b/js/tests/unit/specs/common.ts index 2fa8f83af..4e2da5c23 100644 --- a/js/tests/unit/specs/common.ts +++ b/js/tests/unit/specs/common.ts @@ -13,6 +13,7 @@ export const defaultResolvers = { id: "67", preferredUsername: "someone", name: "Personne", + avatar: null, __typename: "CurrentActor", }), }, diff --git a/js/tests/unit/specs/mocks/config.ts b/js/tests/unit/specs/mocks/config.ts index 306e1dad0..f64d7e04d 100644 --- a/js/tests/unit/specs/mocks/config.ts +++ b/js/tests/unit/specs/mocks/config.ts @@ -123,6 +123,8 @@ export const configMock = { enabled: true, publicKey: "", }, + eventCategories: [], + analytics: [], }, }, };