remove unused originalTropes variable in bingo test
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user