Update config mock in metrics panel controller test

This commit is contained in:
Dominik Prokop 2019-02-08 11:50:05 +01:00
parent 229d646bfc
commit 512aa62efc

View File

@ -1,6 +1,9 @@
jest.mock('app/core/core', () => ({}));
jest.mock('app/core/config', () => {
return {
bootData: {
user: {},
},
panels: {
test: {
id: 'test',