Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
adhityamamallan committed Nov 21, 2024
1 parent 46f0df0 commit 019afcf
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,6 @@ jest.mock(
() => jest.fn(() => <div>Query input</div>)
);

jest.mock(
'../../domain-workflows-query-label/domain-workflows-query-label',
() => jest.fn(() => <div>Query label</div>)
);

const mockSetQueryParams = jest.fn();
const mockResetAllFilters = jest.fn();
const mockActiveFiltersCount = 2;
Expand Down

0 comments on commit 019afcf

Please sign in to comment.