浏览代码

fix(tests): removed it.only accidentally cecked in

Torkel Ödegaard 10 年之前
父节点
当前提交
396f53d20e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts

+ 1 - 1
public/app/plugins/datasource/elasticsearch/specs/elastic_response_specs.ts

@@ -443,7 +443,7 @@ describe('ElasticResponse', function() {
       result = new ElasticResponse(targets, response).getTimeSeries();
     });
 
-    it.only('should return table', function() {
+    it('should return table', function() {
       expect(result.data.length).to.be(1);
       expect(result.data[0].type).to.be('docs');
       expect(result.data[0].datapoints.length).to.be(2);