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
It will be in our great interest to add unit testing to secure the repo, we can then move on to integration, snap shot etc testing later. Then we can also deploy a CI/CD pipeline to ease the code review.
Proposal
Use Jest or any other testing framework to validate the logic of KSP.
Work
Write tests for react component
Write tests for hooks, logic, inputs, and all the function within a component
Create a gh workflow to test, on every pull.
The text was updated successfully, but these errors were encountered:
Description
It will be in our great interest to add unit testing to secure the repo, we can then move on to integration, snap shot etc testing later. Then we can also deploy a CI/CD pipeline to ease the code review.
Proposal
Use Jest or any other testing framework to validate the logic of KSP.
Work
The text was updated successfully, but these errors were encountered: