TriggerPanelCtrl: migrate to TS

This commit is contained in:
Alexander Zobnin
2020-05-12 13:36:05 +03:00
parent 7c9447aaa0
commit debff045dc
2 changed files with 29 additions and 22 deletions

View File

@@ -48,7 +48,7 @@ describe('Triggers Panel schema migration', () => {
}
};
updatePanelCtrl = (scope) => new TriggerPanelCtrl(scope, {}, timeoutMock, {}, {}, {}, mocks.timeSrvMock);
updatePanelCtrl = (scope) => new TriggerPanelCtrl(scope, {}, timeoutMock);
});
it('should update old panel schema', () => {