remove old alerting tests

This commit is contained in:
Alexander Zobnin
2020-06-18 12:09:09 +03:00
parent dd38425c76
commit 98408bf92c
2 changed files with 1 additions and 111 deletions

View File

@@ -15,17 +15,11 @@ export let timeSrvMock = {
timeRange: jest.fn().mockReturnValue({ from: '', to: '' })
};
export let zabbixAlertingSrvMock = {
setPanelAlertState: jest.fn(),
removeZabbixThreshold: jest.fn(),
};
const defaultExports = {
templateSrvMock,
backendSrvMock,
datasourceSrvMock,
timeSrvMock,
zabbixAlertingSrvMock
};
export default defaultExports;