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,7 +2,7 @@ import flatten from 'app/core/utils/flatten';
|
||||
|
||||
describe('flatten', () => {
|
||||
it('should return flatten object', () => {
|
||||
var flattened = flatten(
|
||||
const flattened = flatten(
|
||||
{
|
||||
level1: 'level1-value',
|
||||
deeper: {
|
||||
|
||||
Reference in New Issue
Block a user