Angular-RU / angular-ru-sdk

🅰️ ngular-RU Software Development Kit
MIT License
73 stars 16 forks source link

🚀 - ngxs-cdk testing #1524

Open HaidarVladyslav opened 2 months ago

HaidarVladyslav commented 2 months ago

Which @angular-ru/* package(s) are relevant/releated to the feature request?

ngxs

Description

Could you please add specs for your examples? https://github.com/Angular-RU/angular-ru-sdk/tree/master/apps/ngxs-demo/src

Because I think that in the documentation there is not a lot of info. And I guess it would be quite helpful. Actually I'm more interested in DataAction and Selector testing for user.state and todo.state, but if it's possible to add more tests - that would be really awesome.

And I'm a bit confused what approach you suggest for testing - either base Ngxs approach or approach that is described in docs. Could you clarify this please? (I mean it's better to add it to repo/docs, but if it can take long - it's also good if you can give few examples here)

Thank you!