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
|
@ -3,7 +3,7 @@ import reducer from '../channels';
|
|||
import { connect } from '../servers';
|
||||
import * as actions from '../actions';
|
||||
|
||||
describe('reducers/channels', () => {
|
||||
describe('channel reducer', () => {
|
||||
it('removes channels on PART', () => {
|
||||
let state = Immutable.fromJS({
|
||||
srv1: {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue