Chore: fix unit tests on main (#66780)

adds help node to test data as it should always be there
This commit is contained in:
Ashley Harrison 2023-04-18 16:29:25 +01:00 committed by GitHub
parent 13c5aadd5d
commit c0799345dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -55,6 +55,10 @@ const setup = (children: ReactNode) => {
{ text: 'Child2', id: 'child2', url: 'section/child2' },
],
},
{
text: 'Help',
id: 'help',
},
];
const context = getGrafanaContextMock();