se701team3 / Forgettable

University of Auckland SOFTENG 701 Team 3 Assignment 1
MIT License
12 stars 44 forks source link

Add tests for search filter #347

Closed Dj5822 closed 2 years ago

Dj5822 commented 2 years ago

Description

According to [#223] we need frontend and backend tests for the search filters.

Acceptance Criteria

Implementation details

n/a

Testing notes

Backend: Update tests for foundUserEncounters() in encounter.services.ts Update tests for foundUserPersons() in person.services.ts

Frontend: Add tests for SearchFilterModal component.