feat: add images to and expand bios in legacy #2

Merged
naomi merged 4 commits from feat/legacy into main 2025-02-09 22:29:33 -08:00
Showing only changes of commit 35f8f9cc2a - Show all commits

View File

@ -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", () => {