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
Copy file name to clipboardExpand all lines: projects/ngrx.io/content/guide/signals/signal-store/testing.md
+30-1
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ A key concern in testing is maintainability. The more tests are coupled to inter
19
19
20
20
For example, when testing the store in a loading state, avoid directly setting the loading property. Instead, trigger a loading method and assert against an exposed computed property or slice. This approach reduces dependency on internal implementations, such as properties set during the loading state.
21
21
22
-
From this perspective, private properties or methods of the SignalStore should not be accessed. Additionally, avoid running `patchState` if the state is protected.
22
+
From this perspective, private properties or methods of the SignalStore should not be accessed.
0 commit comments