feat: render interactive ashen fields world
This commit is contained in:
@@ -115,6 +115,18 @@ describe('seedVisibleVerticalSlice', () => {
|
||||
expect.objectContaining({ id: DEMO_CHARACTER_ID }),
|
||||
);
|
||||
expect(locationRepository.rows).toHaveLength(2);
|
||||
expect(locationRepository.rows).toEqual(
|
||||
expect.arrayContaining([
|
||||
expect.objectContaining({
|
||||
key: 'south-gate',
|
||||
artworkPath: '/images/backgrounds/Suedtor.png',
|
||||
}),
|
||||
expect.objectContaining({
|
||||
key: 'burned-road',
|
||||
artworkPath: '/images/backgrounds/Aschestrasse.png',
|
||||
}),
|
||||
]),
|
||||
);
|
||||
expect(connectionRepository.rows).toHaveLength(2);
|
||||
expect(characterRepository.rows).toHaveLength(1);
|
||||
expect(characterRepository.rows[0]).toEqual(
|
||||
|
||||
Reference in New Issue
Block a user