Update client dependencies
This commit is contained in:
parent
f20ca4038e
commit
004e7890e5
9 changed files with 1733 additions and 1595 deletions
|
@ -98,9 +98,12 @@ describe('message reducer', () => {
|
|||
};
|
||||
|
||||
const thunk = broadcast('test', 'srv', ['#chan1', '#chan3']);
|
||||
thunk(action => {
|
||||
state.messages = reducer(undefined, action);
|
||||
}, () => state);
|
||||
thunk(
|
||||
action => {
|
||||
state.messages = reducer(undefined, action);
|
||||
},
|
||||
() => state
|
||||
);
|
||||
|
||||
const messages = state.messages;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue