mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
changed functions to arrowfunctions for only-arrow-functions rule (#13127)
This commit is contained in:
committed by
Torkel Ödegaard
parent
826dfceac0
commit
0f326f18dc
@@ -2,7 +2,7 @@ import '../annotations_srv';
|
||||
import 'app/features/dashboard/time_srv';
|
||||
import { AnnotationsSrv } from '../annotations_srv';
|
||||
|
||||
describe('AnnotationsSrv', function() {
|
||||
describe('AnnotationsSrv', () => {
|
||||
const $rootScope = {
|
||||
onAppEvent: jest.fn(),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user