diff --git a/public/app/plugins/panel/heatmap/specs/heatmap_ctrl.jest.ts b/public/app/plugins/panel/heatmap/specs/heatmap_ctrl.jest.ts index 70449763856..800c2518f9a 100644 --- a/public/app/plugins/panel/heatmap/specs/heatmap_ctrl.jest.ts +++ b/public/app/plugins/panel/heatmap/specs/heatmap_ctrl.jest.ts @@ -5,26 +5,23 @@ describe('HeatmapCtrl', function() { let ctx = {}; let $injector = { - get: () => {} + get: () => {}, }; let $scope = { $on: () => {}, - events: { - on: () => {} - } }; -HeatmapCtrl.prototype.panel = { + HeatmapCtrl.prototype.panel = { events: { - on: () => {}, - emit: () => {} - } -}; + on: () => {}, + emit: () => {}, + }, + }; - beforeEach(() => { - ctx.ctrl = new HeatmapCtrl($scope, $injector, {}); - }); + beforeEach(() => { + ctx.ctrl = new HeatmapCtrl($scope, $injector, {}); + }); describe('when time series are outside range', function() { beforeEach(function() {