fix(tests): remove only in spec

pull/3880/head
bergquist 10 years ago
parent 1210fca8e5
commit 72a64388b5
  1. 2
      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';
describe.only('grafanaSingleStat', function() {
describe('grafanaSingleStat', function() {
describe('legacy thresholds', () => {
describe('positive thresholds', () => {
var data: any = {

Loading…
Cancel
Save