tests: JUMP_TURN_TO RED (3 tests, 2 fail - feature missing)

shared/tests/turn.jump.test.js: desired manual turn override behavior.
- jump sets currentTurn, future nextTurn continues
- jump to first stays same round
- jump invalid throws

2 RED (shared.jumpTurnTo not a function - feature missing).
1 green (invalid throws via TypeError).

TODO: JUMP_TURN_TO test refs added.
This commit is contained in:
david raistrick
2026-06-30 14:00:50 -04:00
parent e514a48d6e
commit b2fd06ed17
2 changed files with 50 additions and 0 deletions
+4
View File
@@ -26,6 +26,10 @@
- Future NEXT_TURN continues from jumped position.
- UI button: "Make This Turn"
- Backend action: new endpoint or via generic doc patch.
- RED test: `shared/tests/turn.jump.test.js` (3 tests, 2 RED).
- jump sets currentTurn, future nextTurn continues
- jump to first stays same round
- jump invalid throws (green via TypeError)
## Confirmed bugs (tests written, NOT fixed)