Use verbose client test output on travis
This commit is contained in:
parent
b639ba6846
commit
9f8a0d72ba
6 changed files with 7 additions and 6 deletions
|
@ -2,7 +2,7 @@ import Immutable from 'immutable';
|
|||
import reducer, { connect, setServerName } from '../servers';
|
||||
import * as actions from '../actions';
|
||||
|
||||
describe('reducers/servers', () => {
|
||||
describe('server reducer', () => {
|
||||
it('adds the server on CONNECT', () => {
|
||||
let state = reducer(undefined, connect('127.0.0.1:1337', 'nick', {}));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue