mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Update config mock in metrics panel controller test
This commit is contained in:
parent
229d646bfc
commit
512aa62efc
@ -1,6 +1,9 @@
|
||||
jest.mock('app/core/core', () => ({}));
|
||||
jest.mock('app/core/config', () => {
|
||||
return {
|
||||
bootData: {
|
||||
user: {},
|
||||
},
|
||||
panels: {
|
||||
test: {
|
||||
id: 'test',
|
||||
|
Loading…
Reference in New Issue
Block a user