feat(tslint): more tslint work

This commit is contained in:
Torkel Ödegaard
2016-01-13 21:22:39 +01:00
parent 59c928acc2
commit 08caf4bbde
9 changed files with 14 additions and 32 deletions

View File

@@ -1,5 +1,5 @@
import {describe, beforeEach, it, sinon, expect} from 'test/lib/common';
import {describe, beforeEach, it, expect} from 'test/lib/common';
import ElasticResponse from '../elastic_response';
describe('ElasticResponse', function() {
@@ -497,11 +497,6 @@ describe('ElasticResponse', function() {
});
});
describe('', function() {
});
describe('Raw documents query', function() {
beforeEach(function() {
targets = [{ refId: 'A', metrics: [{type: 'raw_document', id: '1'}], bucketAggs: [] }];