fix linter errors
This commit is contained in:
@@ -25,7 +25,7 @@ jest.mock('grafana/app/core/core_module', () => {
|
|||||||
}, {virtual: true});
|
}, {virtual: true});
|
||||||
|
|
||||||
jest.mock('grafana/app/core/core', () => ({
|
jest.mock('grafana/app/core/core', () => ({
|
||||||
contextSrv: {},
|
contextSrv: {},
|
||||||
}), {virtual: true});
|
}), {virtual: true});
|
||||||
|
|
||||||
const mockPanelCtrl = PanelCtrl;
|
const mockPanelCtrl = PanelCtrl;
|
||||||
|
|||||||
Reference in New Issue
Block a user