mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-09-27 13:47:56 -05:00
Add customizability to weapon widget
This commit is contained in:
@@ -54,7 +54,9 @@ describe("PlusVotingRepository.findAllUsersForVoting", () => {
|
||||
});
|
||||
|
||||
test("returns no bio for a user without a bio widget", async () => {
|
||||
const bio = await bioOf([{ id: "weapon-pool" }]);
|
||||
const bio = await bioOf([
|
||||
{ id: "weapon-pool", settings: { weaponPool: [] } },
|
||||
]);
|
||||
|
||||
expect(bio).toBeNull();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user