Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 207 Bytes

testing.md

File metadata and controls

11 lines (8 loc) · 207 Bytes

Testing

Backend Testing

To run all the tests, run the following command in the backend directory of the project:

gradlew test

Frontend Testing

There are no tests yet for the frontend.