-
-
Notifications
You must be signed in to change notification settings - Fork 2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(store): fix strictImmutability tests passing by default
'NgRx' actions were passing tests by default as no case handled them in the reducer. Adding cases to handle 'NgRx' actions exposed a futher error in the tests. 'should not throw for NgRx actions' test was testing and failing against an Unserializable state. The library allows NgRx actions where the action is Unserializable so the 'should not throw for NgRx actions' test was moved from State Serialization to Action Serialization.
- Loading branch information
Showing
1 changed file
with
22 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters