1
0
watterblock/models
Adrian Wannenmacher bcb08a64d2
fix bug in tailor calculation
The tailor calculation did not go down to one point if the losing team
scored points only after the winning team reached the tailor goal. This
has been fixed.

This made me realize that I forgot to write tests for the `results`
property of the game and session models. Those will follow in a later
commit.
2026-02-15 22:29:03 +01:00
..
game.js fix bug in tailor calculation 2026-02-15 22:29:03 +01:00
game.test.js test that invalid constructor forms throw 2026-02-15 04:41:40 +01:00
round_result.js add a bit of documentation 2026-02-15 15:43:15 +01:00
round_result.test.js test that invalid constructor forms throw 2026-02-15 04:41:40 +01:00
round.js add a bit of documentation 2026-02-15 15:43:15 +01:00
round.test.js test that invalid constructor forms throw 2026-02-15 04:41:40 +01:00
session.js add a bit of documentation 2026-02-15 15:43:15 +01:00
session.test.js test that invalid constructor forms throw 2026-02-15 04:41:40 +01:00