generated from nhcarrigan/template
This commit is contained in:
@@ -14,7 +14,9 @@ describe("character objects", () => {
|
||||
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", () => {
|
||||
|
||||
Reference in New Issue
Block a user