File tree Expand file tree Collapse file tree 2 files changed +9
-1
lines changed
core_plugins/kibana/public/discover Expand file tree Collapse file tree 2 files changed +9
-1
lines changed Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const services = {
5959 embeddable : npStart . plugins . embeddable ,
6060 npData : npStart . plugins . data ,
6161 share : npStart . plugins . share ,
62- timefilter : npStart . plugins . data . query . timefilter ,
62+ timefilter : npStart . plugins . data . query . timefilter . timefilter ,
6363 // legacy
6464 docTitle,
6565 docViewsRegistry,
Original file line number Diff line number Diff line change @@ -80,6 +80,14 @@ export const npSetup = {
8080 timefilter : sinon . fake ( ) ,
8181 history : sinon . fake ( ) ,
8282 } ,
83+ savedQueries : {
84+ saveQuery : sinon . fake ( ) ,
85+ getAllSavedQueries : sinon . fake ( ) ,
86+ findSavedQueries : sinon . fake ( ) ,
87+ getSavedQuery : sinon . fake ( ) ,
88+ deleteSavedQuery : sinon . fake ( ) ,
89+ getSavedQueryCount : sinon . fake ( ) ,
90+ }
8391 } ,
8492 fieldFormats : getFieldFormatsRegistry ( mockUiSettings ) ,
8593 } ,
You can’t perform that action at this time.
0 commit comments