feat(client): add search tests

This commit is contained in:
perfectra1n 2025-06-11 22:21:50 -07:00
parent 5814cfec6d
commit 4155be9f00
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ const renderWithRouter = (component) => {
describe('GlobalSearchBar', () => {
beforeEach(() => {
jest.clearAllMocks();
vi.clearAllMocks();
localStorageMock.getItem.mockReturnValue(null);
documentService.enhancedSearch.mockResolvedValue(mockSearchResponse);
});