mirror of
https://github.com/motajs/template.git
synced 2026-09-12 09:48:49 +08:00
style(03-07): normalize serialized event files
- Apply repository CRLF and Prettier formatting to changed files
This commit is contained in:
parent
1b93deb8c8
commit
4b91a0b84f
@ -46,10 +46,9 @@ describe('CoreState serialized event loading', () => {
|
||||
expect(executionCount).toBe(1);
|
||||
expect(fixture.eventCompleted()).toBe(true);
|
||||
expect(
|
||||
fixture.state.hero.saveState(SaveCompression.NoCompression).attribute
|
||||
).toEqual(
|
||||
fixture.expected.hero
|
||||
);
|
||||
fixture.state.hero.saveState(SaveCompression.NoCompression)
|
||||
.attribute
|
||||
).toEqual(fixture.expected.hero);
|
||||
expect(fixture.eventLayer.getMapData()).toEqual(
|
||||
fixture.expected.maps[0].layers[2].matrix
|
||||
);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user