ng-turkey / ngxs-reset-plugin

Reset plugin for NGXS: Effortlessly clears, resets, or overwrites NGXS states respecting the state tree.
https://stackblitz.com/edit/ngxs-pizza
MIT License
108 stars 8 forks source link

Handled missing states on reset, overwrite, and clear #49

Closed armanozak closed 3 years ago

armanozak commented 3 years ago

Resolves #42

codecov[bot] commented 3 years ago

Codecov Report

Merging #49 (28ea60d) into master (e878919) will not change coverage. The diff coverage is 100.00%.

:exclamation: Current head 28ea60d differs from pull request most recent head 3d253bb. Consider uploading reports for the commit 3d253bb to get more accurate results Impacted file tree graph

@@            Coverage Diff            @@
##            master       #49   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           10        10           
  Lines          141       156   +15     
  Branches         8        12    +4     
=========================================
+ Hits           141       156   +15     
Impacted Files Coverage Δ
src/lib/reset.plugin.ts 100.00% <100.00%> (ø)
src/tests/test-states.ts 100.00% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update e878919...3d253bb. Read the comment docs.