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 reducer, { setSelectedTab } from '../tab';
|
|||
import * as actions from '../actions';
|
||||
import { locationChanged } from '../../util/router';
|
||||
|
||||
describe('reducers/tab', () => {
|
||||
describe('tab reducer', () => {
|
||||
it('selects the tab and adds it to history', () => {
|
||||
let state = reducer(undefined, setSelectedTab('srv', '#chan'));
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue