Quellcode durchsuchen

fix(tests): remove only in spec

bergquist vor 10 Jahren
Ursprung
Commit
72a64388b5
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      public/app/plugins/panel/singlestat/specs/singlestat_panel_spec.ts

+ 1 - 1
public/app/plugins/panel/singlestat/specs/singlestat_panel_spec.ts

@@ -2,7 +2,7 @@ import {describe, beforeEach, it, sinon, expect} from 'test/lib/common';
 
 
 import {getColorForValue} from '../module';
 import {getColorForValue} from '../module';
 
 
-describe.only('grafanaSingleStat', function() {
+describe('grafanaSingleStat', function() {
   describe('legacy thresholds', () => {
   describe('legacy thresholds', () => {
     describe('positive thresholds', () => {
     describe('positive thresholds', () => {
       var data: any = {
       var data: any = {