[SUGGESTION] Create unit tests to be ran during build pipeline #83
Labels
enhancement
New feature or request
good first issue
Good for newcomers
pipeline
Issue or update to build pipeline
Is your feature request related to a problem? Please describe.
Now that ZEBRA has a functioning build pipeline, we should add unit tests to ensure that builds are robust and complete before being added to production.
Describe the solution you'd like
Using popular testing library Jest, create
*.test.js
files for the ZEBRA's controller functions.Describe alternatives you've considered
Other testing libraries include Mocha and Cypress.
Additional context
None
The text was updated successfully, but these errors were encountered: