ngxs-labs / entity-state

⏱ WIP: Entity adapter
48 stars 12 forks source link

refactor: immutability #119

Closed JanMalch closed 5 years ago

JanMalch commented 5 years ago

Fixes EntityState for deep freezing and NGXS' development mode


Closes #52 and #98

splincode commented 5 years ago

Add tests please where do you catch this error

JanMalch commented 5 years ago

Add tests please where do you catch this error

Which error? The integration part is now in developmentMode so its test can only work when everything is working with deepFreeze aswell.

I rewrote the existing methods to work with deepFreeze. No need for new tests.

splincode commented 5 years ago

Ok