Test |
Duration |
Result |
Dispatching Action executes reducers and creates new State |
0.002s |
passed |
Middleware can catch exceptions in reducer |
0.001s |
passed |
Middleware can intercept actions |
0.060s |
passed |
Middleware can intercept and dispatch other action instead |
0.002s |
passed |
Middleware can rewrite actions |
0.002s |
passed |
Middleware chain gets executed in order |
0.076s |
passed |
Middleware sees state before and after reducing |
0.002s |
passed |
Observer does not get notified after unsubscribe |
0.002s |
passed |
Observer does not get notified if state does not change |
0.002s |
passed |
Observer gets initial value before state changes |
0.001s |
passed |
Observer gets notified about state changes |
0.002s |
passed |