azuremonitor: fix tests

This commit is contained in:
Alexander Zobnin 2019-01-29 15:39:16 +03:00
parent cbcf557a34
commit 2a1558cefc
No known key found for this signature in database
GPG Key ID: E17E9ABACEFA59EB

View File

@ -2,8 +2,6 @@ jest.mock('./css/query_editor.css', () => {
return {};
});
jest.mock('./monaco/kusto_monaco_editor');
import { AzureMonitorQueryCtrl } from './query_ctrl';
import Q from 'q';
import { TemplateSrv } from 'app/features/templating/template_srv';