You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: