Kaynağa Gözat

variables: lint fix

Daniel Lee 8 yıl önce
ebeveyn
işleme
4cfe179f47

+ 1 - 1
public/app/features/templating/specs/editor_ctrl.jest.ts

@@ -25,7 +25,7 @@ describe('VariableEditorCtrl', () => {
         },
       };
 
-      const ctrl = new VariableEditorCtrl(scope, {}, variableSrv, {});
+      return new VariableEditorCtrl(scope, {}, variableSrv, {});
     });
 
     it('should emit an error', () => {