Solo Helper App #58
Annotations
2 errors
tests/unit/services/BotActions.spec.ts > BotActions > 13/2-xenos:
tests/unit/services/BotActions.spec.ts#L58
AssertionError: expected { action: 'power-qic', …(6) } to deeply equal { action: 'power-qic', …(5) }
- Expected
+ Received
Object {
"action": "power-qic",
+ "botFaction": "xenos",
"directionalSelection": "right-down",
"numberedSelection": "right",
"numberedSelectionCount": 2,
"range": 2,
"scoringFinalTiebreaker": "bottom",
}
❯ tests/unit/services/BotActions.spec.ts:58:38
|
build
Process completed with exit code 1.
|