generated from nhcarrigan/template
feat: add images to and expand bios in legacy #2
@ -14,7 +14,9 @@ describe("character objects", () => {
|
|||||||
return c.name;
|
return c.name;
|
||||||
}),
|
}),
|
||||||
);
|
);
|
||||||
expect(set, "are not unique").toHaveLength(Object.values(Characters).length);
|
expect(set, "are not unique").toHaveLength(
|
||||||
|
Object.values(Characters).length,
|
||||||
|
);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("should not have empty bios", () => {
|
it("should not have empty bios", () => {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user