fix: lint test file
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m21s

This commit is contained in:
Naomi Carrigan 2025-02-09 22:26:59 -08:00
parent d4ec791b22
commit 35f8f9cc2a
Signed by: naomi
SSH Key Fingerprint: SHA256:rca1iUI2OhAM6n4FIUaFcZcicmri0jgocqKiTTAfrt8

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