Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonMilord committed Oct 29, 2024
1 parent cd7d173 commit 8c0b7a3
Showing 1 changed file with 1 addition and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,6 @@ import * as mockHeadlessLoader from 'c/quanticHeadlessLoader';

jest.mock('c/quanticHeadlessLoader');

let searchBoxState = {
value: '',
suggestions: [],
isLoading: false,
isLoadingSuggestions: false,
searchBoxId: '123',
};
let isInitialized = false;

const exampleEngine = {
Expand All @@ -21,7 +14,7 @@ const exampleEngine = {

const functionsMocks = {
buildSearchBox: jest.fn(() => ({
state: searchBoxState,
state: {},
subscribe: functionsMocks.subscribe,
})),
loadQuerySuggestActions: jest.fn(() => {}),
Expand Down

0 comments on commit 8c0b7a3

Please sign in to comment.