|
@@ -74,9 +74,10 @@ describe("ScoreBoard", () => {
|
|
|
<PlayerScoreTile
|
|
|
name="Name"
|
|
|
guesses={{
|
|
|
- 3: { score: 20, country: "test-country" },
|
|
|
- 1: { score: 50, country: "test-country" },
|
|
|
- 2: { score: 150, country: "test-country" },
|
|
|
+ // using these weird keys to force other branch of sort
|
|
|
+ "03": { score: 20, country: "test-country" },
|
|
|
+ "02": { score: 150, country: "test-country" },
|
|
|
+ "01": { score: 50, country: "test-country" },
|
|
|
}}
|
|
|
totalScore={220}
|
|
|
winner
|