We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37eda8d commit dd23a31Copy full SHA for dd23a31
1 file changed
src/plugins/discover/public/mocks.ts
@@ -21,6 +21,10 @@ const createSetupContract = (): Setup => {
21
getUrl: jest.fn(),
22
useUrl: jest.fn(),
23
navigate: jest.fn(),
24
+ extract: jest.fn(),
25
+ inject: jest.fn(),
26
+ telemetry: jest.fn(),
27
+ migrations: {},
28
},
29
};
30
return setupContract;
@@ -37,6 +41,10 @@ const createStartContract = (): Start => {
37
41
38
42
39
43
44
45
46
47
40
48
49
50
return startContract;
0 commit comments