Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

frontend - feat: add new list view of users on map #4848 #5294

Open
wants to merge 18 commits into
base: develop
Choose a base branch
from
Open
Prev Previous commit
Next Next commit
updated tests
  • Loading branch information
bakeiro committed Dec 14, 2024
commit d4003da06018443bb2d190641a83aa4e9fac22f7
2 changes: 2 additions & 0 deletions app/web/features/search/SearchResultsList.test.tsx
Original file line number Diff line number Diff line change
@@ -54,6 +54,7 @@ describe("SearchResultsList", () => {
beforeEach(() => {
render(
<SearchResultsList
wasSearchPerformed={false}
isLoading={false}
results={undefined}
selectedResult={undefined}
@@ -85,6 +86,7 @@ describe("SearchResultsList", () => {
render(
<SearchResultsList
isLoading={false}
wasSearchPerformed={true}
results={mockTestResults()}
error={"error message"}
hasNext={undefined}