mirror of https://github.com/grafana/grafana.git
stackdriver: remove console.log
This commit is contained in:
parent
7f43909390
commit
a41c5f7b37
|
|
@ -23,7 +23,6 @@ describe('StackdriverAggregationCtrl', () => {
|
|||
|
||||
it('should populate all alignment options except two', () => {
|
||||
const result = ctrl.getAlignOptions();
|
||||
console.log(result.map(o => o.value));
|
||||
expect(result.length).toBe(10);
|
||||
expect(result.map(o => o.value)).toEqual(
|
||||
expect.not.arrayContaining(['REDUCE_COUNT_TRUE', 'REDUCE_COUNT_FALSE'])
|
||||
|
|
|
|||
Loading…
Reference in New Issue