Closed smmzhu closed 16 hours ago
Mattanjah de Vries Link has been swapped to new working hyperlink here. Testing link: https://sampr1.dokku-11.cs.ucsb.edu/
(mouse is hovered over hyperlink, see url redirect destination on bottom left)
mvn test
mvn test jacoco:report
mvn test pitest:mutationCoverage
npm test
npm run coverage
npx stryker run
npx eslint --fix src
Closes #11
Overview
Mattanjah de Vries Link has been swapped to new working hyperlink here. Testing link: https://sampr1.dokku-11.cs.ucsb.edu/
Screenshots (Optional)
(mouse is hovered over hyperlink, see url redirect destination on bottom left)
Tests
Backend Unit tests (mvn test
) passBackend Test coverage (mvn test jacoco:report
) 100%Backend Mutation tests (mvn test pitest:mutationCoverage
) 100%npm test
) passFrontend Test coverage (npm run coverage
) 100%Frontend Mutation tests (npx stryker run
) 100%npx eslint --fix src
)Linked Issues
Closes #11