changed functions to arrowfunctions for only-arrow-functions rule (#13127)

This commit is contained in:
Patrick O'Carroll
2018-09-04 15:55:41 +02:00
committed by Torkel Ödegaard
parent 826dfceac0
commit 0f326f18dc
50 changed files with 816 additions and 820 deletions

View File

@@ -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(),
};