We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea6fbbe commit b680298Copy full SHA for b680298
x-pack/plugins/watcher/__jest__/client_integration/helpers/app_context.mock.tsx
@@ -27,6 +27,9 @@ class MockTimeBuckets {
27
}
28
29
export const mockContextValue = {
30
+ getLicenseStatus: () => ({
31
+ valid: true,
32
+ }),
33
docLinks: docLinksServiceMock.createStartContract(),
34
chrome: chromeServiceMock.createStartContract(),
35
MANAGEMENT_BREADCRUMB: { text: 'test' },
0 commit comments