SE-Fall24-RZA / Recipe_Recommender

Saveurs Sélection - Recipe Recommender is an application that suggests you recipes based on the ingredients which are currently available. One of the most tedious tasks while cooking is figuring out what to cook with the ingredients that you, have rather than how to cook it. Our software aims to ease this dilemma by providing recipes.
MIT License
0 stars 1 forks source link

Failing Test - "should remove a recipe from the meal plan" #27

Closed robbiethomas1101 closed 3 hours ago

robbiethomas1101 commented 12 hours ago

The following test is failing in testMealPlan.js See details below: image

robbiethomas1101 commented 3 hours ago

Removing from the meal plan was being considered as trying to add an undefined recipe to the database. The check for valid recipeIDs was altered to accommodate removal functionality

robbiethomas1101 commented 3 hours ago

Resolved in pull request #35