fix(web): carry the combat rewards field into the resume-combat fixture
The merge brought in `CombatDto.rewards`, which the resume spec's fixture predates. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
This commit is contained in:
@@ -19,6 +19,7 @@ const runningCombat: Combat = {
|
|||||||
artworkPath: '/images/enemies/RoadBandit.png',
|
artworkPath: '/images/enemies/RoadBandit.png',
|
||||||
},
|
},
|
||||||
events: [],
|
events: [],
|
||||||
|
rewards: null,
|
||||||
};
|
};
|
||||||
|
|
||||||
describe('resuming an interrupted combat', () => {
|
describe('resuming an interrupted combat', () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user