generated from nhcarrigan/template
fix: lint test file
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m21s
All checks were successful
Node.js CI / Lint and Test (pull_request) Successful in 2m21s
This commit is contained in:
parent
d4ec791b22
commit
35f8f9cc2a
@ -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", () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user