mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-01 12:33:25 +00:00
Prettier fix
This commit is contained in:
@@ -219,7 +219,11 @@ describe("computeClanTeamName", () => {
|
||||
});
|
||||
|
||||
it("returns null when three distinct clans each hold one player", () => {
|
||||
const players = [human("1", "ALPHA"), human("2", "BETA"), human("3", "GAMMA")];
|
||||
const players = [
|
||||
human("1", "ALPHA"),
|
||||
human("2", "BETA"),
|
||||
human("3", "GAMMA"),
|
||||
];
|
||||
expect(computeClanTeamName(players)).toBeNull();
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user