CooperCrew / crew-connect

Final project for ECE-366 at the Cooper Union for the Advancement of Science and Art: a basic fully functional chatting app.
http://142.93.251.255:3000/
1 stars 4 forks source link

added unit tests #83

Closed colinh09 closed 1 year ago

colinh09 commented 1 year ago

for future reference, run tests with: mvn clean test jacoco:report. Then under Backend/target/site/index.html, code coverage will be listed in html. Right now I have 63%, which is more than enough