mirror of
https://github.com/grafana/grafana.git
synced 2025-01-24 23:37:01 -06:00
fix(tests): remove only in spec
This commit is contained in:
parent
1210fca8e5
commit
72a64388b5
@ -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…
Reference in New Issue
Block a user