Fix some warnings in js unit tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
bcf936d103
commit
2978ae5d1e
@ -13,6 +13,7 @@ export const defaultResolvers = {
|
|||||||
id: "67",
|
id: "67",
|
||||||
preferredUsername: "someone",
|
preferredUsername: "someone",
|
||||||
name: "Personne",
|
name: "Personne",
|
||||||
|
avatar: null,
|
||||||
__typename: "CurrentActor",
|
__typename: "CurrentActor",
|
||||||
}),
|
}),
|
||||||
},
|
},
|
||||||
|
@ -123,6 +123,8 @@ export const configMock = {
|
|||||||
enabled: true,
|
enabled: true,
|
||||||
publicKey: "",
|
publicKey: "",
|
||||||
},
|
},
|
||||||
|
eventCategories: [],
|
||||||
|
analytics: [],
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user