fix linter errors

This commit is contained in:
Alexander Zobnin
2019-01-17 09:33:49 +03:00
parent d7db242426
commit 666b54e159
3 changed files with 5 additions and 6 deletions

View File

@@ -13,7 +13,7 @@ export let datasourceSrvMock = {
export let timeSrvMock = {
timeRange: jest.fn().mockReturnValue({ from: '', to: '' })
}
};
export let zabbixAlertingSrvMock = {
setPanelAlertState: jest.fn(),