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
it('should throw the error synchronously',()=>{expect(()=>{store.dispatch(ActionThatWouldThrowAnErrorInReducer));}).toThrowError('error in reducer'));});
The text was updated successfully, but these errors were encountered:
That was the behavior that we had in v7
platform/modules/store/src/state.ts
Lines 50 to 55 in 4a5153c
We should also add the test like this:
The text was updated successfully, but these errors were encountered: