remove unused originalTropes variable in bingo test

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-13 11:44:38 +01:00
parent af0499d354
commit 9e88e99827

View File

@@ -151,7 +151,6 @@ describe("Bingo", () => {
it("should generate a fresh card after bingo", () => {
const card = gm.getBingoCard("p1")!
const originalTropes = card.squares.map((s) => s.tropeId)
// Complete first row
for (let i = 0; i < 4; i++) {
gm.tapBingoSquare("p1", card.squares[i]!.tropeId)