mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
tslint: tslint to const fixes part3 (#13036)
This commit is contained in:
@@ -2,9 +2,9 @@ import TimeSeries from 'app/core/time_series2';
|
||||
import { updateLegendValues } from 'app/core/time_series2';
|
||||
|
||||
describe('TimeSeries', function() {
|
||||
var points, series;
|
||||
var yAxisFormats = ['short', 'ms'];
|
||||
var testData;
|
||||
let points, series;
|
||||
const yAxisFormats = ['short', 'ms'];
|
||||
let testData;
|
||||
|
||||
beforeEach(function() {
|
||||
testData = {
|
||||
|
||||
Reference in New Issue
Block a user