mirror of
https://framagit.org/framasoft/mobilizon.git
synced 2025-01-03 13:54:38 +00:00
Fix some warnings in js unit tests
Signed-off-by: Thomas Citharel <tcit@tcit.fr>
This commit is contained in:
parent
bcf936d103
commit
2978ae5d1e
2 changed files with 3 additions and 0 deletions
|
@ -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 a new issue