mirror of
https://github.com/grafana/grafana.git
synced 2025-02-12 08:35:43 -06:00
Chore: fix unit tests on main (#66780)
adds help node to test data as it should always be there
This commit is contained in:
parent
13c5aadd5d
commit
c0799345dd
@ -55,6 +55,10 @@ const setup = (children: ReactNode) => {
|
||||
{ text: 'Child2', id: 'child2', url: 'section/child2' },
|
||||
],
|
||||
},
|
||||
{
|
||||
text: 'Help',
|
||||
id: 'help',
|
||||
},
|
||||
];
|
||||
|
||||
const context = getGrafanaContextMock();
|
||||
|
Loading…
Reference in New Issue
Block a user