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/core', () => ({}));
|
||||||
jest.mock('app/core/config', () => {
|
jest.mock('app/core/config', () => {
|
||||||
return {
|
return {
|
||||||
|
bootData: {
|
||||||
|
user: {},
|
||||||
|
},
|
||||||
panels: {
|
panels: {
|
||||||
test: {
|
test: {
|
||||||
id: 'test',
|
id: 'test',
|
||||||
|
Loading…
Reference in New Issue
Block a user