You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So the clearAll() method simply removes all items in the store. Say, if you add 2 items and then call clearAll() the store should go back to being empty again!
Added some tests but actually the last one fails, not sure if thats expected behaviour and the clearAll method might need change in functionality, happy to help fix it too:
Hey @rohitverma007, thank you for this! I just replied in the PR as well. Yes, if you'd like to you're more than welcome to work on the functionality as well!
Where
libs/movex/src/lib/movex-store/MemoryMovexStore.spec.ts
What
Add tests to assert the "clearAll()" functionality - the
clearAll()
methodWhy
To ensure the store works correctly
Definition of done
The text was updated successfully, but these errors were encountered: