-
-
Notifications
You must be signed in to change notification settings - Fork 5
👷 Add tests #87
Copy link
Copy link
Open
Labels
✨ enhancementNew feature or requestNew feature or request👷 devopsCI/CD, Workflow/Test automation and other DevOps related stuffCI/CD, Workflow/Test automation and other DevOps related stuff
Metadata
Metadata
Assignees
Labels
✨ enhancementNew feature or requestNew feature or request👷 devopsCI/CD, Workflow/Test automation and other DevOps related stuffCI/CD, Workflow/Test automation and other DevOps related stuff
Currently we have no tests to check if the code is good and working as intended. This means that if a breaking change is made, we won't notice it unless we manually check everything.
If we implemented some tests (integration tests, unit tests, etc...) it would make maintainance much easier, and contributing much more risk free.