You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The fostered-food repository currently lacks sufficient testing. To make automated testing that can verify the working code and make maintenance and debugging easier the following tasks should be completed:
Add aria-labels for all the components to make sure that rendering is occurring as expected
Add test files for all the components in the frontend (src)
Separate out the functions within the server.ts file in the backend
Add test files for for separated server.ts files.
Add test files for the util.ts files.
Add tests for all the components in the frontend (src)
Add tests for for separated server.ts files.
Add tests for the util.ts files.
The text was updated successfully, but these errors were encountered:
The
fostered-food
repository currently lacks sufficient testing. To make automated testing that can verify the working code and make maintenance and debugging easier the following tasks should be completed:aria-label
s for all the components to make sure that rendering is occurring as expectedsrc
)server.ts
file in thebackend
server.ts
files.util.ts
files.src
)server.ts
files.util.ts
files.The text was updated successfully, but these errors were encountered: