Merge branch 'master' into backend

This commit is contained in:
Alexander Zobnin
2020-01-16 12:21:22 +03:00
9 changed files with 486 additions and 425 deletions

View File

@@ -82,6 +82,10 @@ jest.mock('grafana/app/core/config', () => {
jest.mock('jquery', () => 'module not found', {virtual: true});
// jest.mock('@grafana/ui', () => {
// return {};
// }, {virtual: true});
// Required for loading angularjs
let dom = new JSDOM('<html><head><script></script></head><body></body></html>');
// Setup jsdom