We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cf8824d commit 3f79b84Copy full SHA for 3f79b84
1 file changed
tests/unit/useSearchHighlightAndScrollTest.ts
@@ -25,6 +25,7 @@ afterEach(() => {
25
26
describe('useSearchHighlightAndScroll', () => {
27
const baseProps: UseSearchHighlightAndScroll = {
28
+ shouldUseLiveData: false,
29
searchResults: {
30
data: {
31
personalDetailsList: {},
0 commit comments