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:
@@ -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)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user