Chop down the logs

pull/10616/head
Alex P 2018-02-22 10:26:46 -08:00
parent 2e2963aea1
commit b60a6c5500
1 changed files with 0 additions and 2 deletions

View File

@ -47,14 +47,12 @@ const defaultGaugeColors = validateGaugeColors(defaultCell.colors)
describe('Dashboards.Reducers.cellEditorOverlay', () => {
it('should show cell editor overlay', () => {
const actual = reducer(initialState, showCellEditorOverlay(defaultCell))
console.log('actual: ', actual)
const expected = {
cell: defaultCell,
gaugeColors: defaultGaugeColors,
singleStatColors: defaultSingleStatColors,
singleStatType: defaultSingleStatType,
}
console.log('expected: ', expected)
expect(actual.cell).to.equal(expected.cell)
expect(actual.gaugeColors).to.equal(expected.gaugeColors)