Fix some warnings in js unit tests

Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
Thomas Citharel 2022-04-06 14:25:21 +02:00
parent bcf936d103
commit 2978ae5d1e
No known key found for this signature in database
GPG Key ID: A061B9DDE0CA0773
2 changed files with 3 additions and 0 deletions

View File

@ -13,6 +13,7 @@ export const defaultResolvers = {
id: "67",
preferredUsername: "someone",
name: "Personne",
avatar: null,
__typename: "CurrentActor",
}),
},

View File

@ -123,6 +123,8 @@ export const configMock = {
enabled: true,
publicKey: "",
},
eventCategories: [],
analytics: [],
},
},
};