mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
Chore: Add mock for useChromeHeaderHeight
(#93788)
add mock for useChromeHeaderHeight
This commit is contained in:
parent
9531be9162
commit
0a01b60305
@ -61,6 +61,7 @@ jest.mock('@grafana/runtime', () => ({
|
||||
},
|
||||
get: jest.fn().mockResolvedValue({}),
|
||||
}),
|
||||
useChromeHeaderHeight: jest.fn(),
|
||||
}));
|
||||
|
||||
jest.mock('react-virtualized-auto-sizer', () => {
|
||||
|
Loading…
Reference in New Issue
Block a user