Currently, on the frontend app, .js files are exempted from testing, especially on FE. Add test for all .js files in both BE & FE. Also, BE & FE does not have a code coverage report for developers to see and understand the coverage status. This is available in our CI pipeline
Acceptance Criteria:
- Refactor where necessary
- Add coverage report after each test for both FE & BE
- Our next target is to have 80% and above code coverage
Currently, on the frontend app, .js files are exempted from testing, especially on FE. Add test for all .js files in both BE & FE. Also, BE & FE does not have a code coverage report for developers to see and understand the coverage status. This is available in our CI pipeline
Acceptance Criteria: