Browse Source

variables: lint fix

Daniel Lee 8 years ago
parent
commit
4cfe179f47
1 changed files with 1 additions and 1 deletions
  1. 1 1
      public/app/features/templating/specs/editor_ctrl.jest.ts

+ 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', () => {