atlp-rwanda / knights-ecomm-be

Knights ecommerce backend APIs
https://knights-ecomm-be-lcdh.onrender.com
0 stars 0 forks source link

Ft-implment-wish list-functionalites #85

Closed Calebgisa72 closed 6 months ago

Calebgisa72 commented 6 months ago

What does this PR do?

This PR introduces key features and enhancements related to wish list functionality in the backend. The aim is to allow buyers to manage their wish lists effectively, including adding, retrieving, and removing products from their wish lists, along with comprehensive error handling.

Description of Task Completed:

  1. Wish List Endpoints:
  1. Tests:

How should this be manually tested?

git clone https://github.com/atlp-rwanda/knights-ecomm-be.git cd knights-ecomm-be npm install npm run dev npm run test

coveralls commented 6 months ago

Pull Request Test Coverage Report for Build 9109563107

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
src/services/wishListServices/clearAll.ts 10 11 90.91%
src/services/wishListServices/getProducts.ts 15 16 93.75%
<!-- Total: 95 97 97.94% -->
Totals Coverage Status
Change from base Build 9103138552: 2.4%
Covered Lines: 944
Relevant Lines: 1085

💛 - Coveralls