Commit 2a1558ce by Alexander Zobnin

azuremonitor: fix tests

parent cbcf557a
...@@ -2,8 +2,6 @@ jest.mock('./css/query_editor.css', () => { ...@@ -2,8 +2,6 @@ jest.mock('./css/query_editor.css', () => {
return {}; return {};
}); });
jest.mock('./monaco/kusto_monaco_editor');
import { AzureMonitorQueryCtrl } from './query_ctrl'; import { AzureMonitorQueryCtrl } from './query_ctrl';
import Q from 'q'; import Q from 'q';
import { TemplateSrv } from 'app/features/templating/template_srv'; import { TemplateSrv } from 'app/features/templating/template_srv';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment