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, { broadcast } from '../messages';
|
|||
import * as actions from '../actions';
|
||||
import appReducer from '../app';
|
||||
|
||||
describe('reducers/messages', () => {
|
||||
describe('message reducer', () => {
|
||||
it('adds the message on ADD_MESSAGE', () => {
|
||||
const state = reducer(undefined, {
|
||||
type: actions.ADD_MESSAGE,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue