I've being looking around how to mock components in order to be tested, do you have an idea? https://github.com/rintoj/statex/blob/master/examples/todo-ng-ts/src/app/list/list.component.ts
Since you are doing a new instance of the store, it isn't quite easy to test it.
Thanks!
I've being looking around how to mock components in order to be tested, do you have an idea? https://github.com/rintoj/statex/blob/master/examples/todo-ng-ts/src/app/list/list.component.ts
Since you are doing a
newinstance of the store, it isn't quite easy to test it.Thanks!