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

This commit is contained in:
2025-02-09 22:26:59 -08:00
parent d4ec791b22
commit 35f8f9cc2a
+3 -1
View File
@@ -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", () => {