mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix(tests): remove only in spec
This commit is contained in:
@@ -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 = {
|
||||||
|
|||||||
Reference in New Issue
Block a user