Closed Calebgisa72 closed 6 months ago
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 | |
---|---|
Change from base Build 9103138552: | 2.4% |
Covered Lines: | 944 |
Relevant Lines: | 1085 |
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:
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