Skip to content

Commit

Permalink
Update timefilter configuration in use-search-bar.test.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
guidomodarelli committed Sep 30, 2024
1 parent b0a2f15 commit 0afc562
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,15 @@ mockedGetDataPlugin.mockImplementation(
unsubscribe: jest.fn(),
})),
},
timefilter: {
...mockDataPlugin.query.queryString.timefilter,
timefilter: {
getRefreshInterval: jest.fn().mockImplementation(() => ({
value: 0,
pause: false,
})),
},
},
},
},
} as Start),
Expand Down

0 comments on commit 0afc562

Please sign in to comment.