AjobK / Seaqull

Seaqull programming blog
http://www.seaqull.com
3 stars 0 forks source link

279 unit tests #342

Closed ryankroon00 closed 2 years ago

ryankroon00 commented 3 years ago

closes #279


What is it supposed to do
The pr adds end point tests to the back end


How can we test your branch


1. General checklist


2. If relevant, front-end checklist


3. If relevant, back-end checklist


4. If relevant, test these browsers


PR Rules
1. Add relevant labels.
2. Select at least two reviewers.
3. Assign all reviewers allowed to merge the branch, including yourself.
4. If relevant to the sprint, put related issue in 'Awaiting Approval' column on project board.
5. Add to the corresponding milestone.

jerohero commented 3 years ago

Looks like mocha wasn't properly added to the package.json. I had to do npm i mocha to be able to run the test. image

AjobK commented 3 years ago

Also, fix merge conflicts please :-)