Update config mock in metrics panel controller test
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
jest.mock('app/core/core', () => ({}));
|
||||
jest.mock('app/core/config', () => {
|
||||
return {
|
||||
bootData: {
|
||||
user: {},
|
||||
},
|
||||
panels: {
|
||||
test: {
|
||||
id: 'test',
|
||||
|
||||
Reference in New Issue
Block a user