Closed dscpsyl closed 1 year ago
In this PR, the test job function is removed from the user-facing front end. It is still available in the Swagger backend.
mvn test
mvn test jacoco:report
mvn test pitest:mutationCoverage
npm test
npm run coverage
npx stryker run
npx eslint --fix src
Closes #25
Closing due to the branch being too messed up
Overview
In this PR, the test job function is removed from the user-facing front end. It is still available in the Swagger backend.
Screenshots (Optional)
Validation (Optional)
Tests
mvn test
) passmvn test jacoco:report
) 100%mvn test pitest:mutationCoverage
) 100%npm test
) passnpm run coverage
) 100%npx stryker run
) 100%npx eslint --fix src
)Linked Issues
Closes #25