Skip to content

Commit

Permalink
Más arreglos
Browse files Browse the repository at this point in the history
  • Loading branch information
CANCI0 committed Apr 7, 2024
1 parent 03760f0 commit e4586cf
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions webapp/src/pages/Calculadora/Calculadora.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ test("handles game over", () => {
.getByText(/puntuación: (\d+)/i)
.textContent.split(":")[1]
.trim()
);
expect(updatedScore).toBe(initialScore);
);

screen.getByText(/jugar de nuevo/i).click();

Expand Down

0 comments on commit e4586cf

Please sign in to comment.