-
Notifications
You must be signed in to change notification settings - Fork 33
Unit testing #35
Copy link
Copy link
Open
Labels
FeatureenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Metadata
Metadata
Assignees
Labels
FeatureenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Type
Fields
Give feedbackNo fields configured for issues without a type.
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