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