Update client deps: react 16.3, babel 7
This commit is contained in:
parent
1ae7d867a9
commit
0cbbc1b8ff
46 changed files with 1125 additions and 808 deletions
|
@ -1,5 +1,5 @@
|
|||
import { Map, fromJS } from 'immutable';
|
||||
import reducer, { broadcast } from '../messages';
|
||||
import reducer, { broadcast, getMessageTab } from '../messages';
|
||||
import * as actions from '../actions';
|
||||
import appReducer from '../app';
|
||||
|
||||
|
@ -178,8 +178,6 @@ describe('message reducer', () => {
|
|||
});
|
||||
|
||||
describe('getMessageTab()', () => {
|
||||
const getMessageTab = reducer.__get__('getMessageTab');
|
||||
|
||||
it('returns the correct tab', () => {
|
||||
const srv = 'chat.freenode.net';
|
||||
[
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue