Skip to content

Commit

Permalink
test: add some instructions to the first test
Browse files Browse the repository at this point in the history
  • Loading branch information
yjaaidi committed Oct 9, 2024
1 parent f0859b9 commit b1ab986
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ describe(MealPlanner.name, () => {
// create a salad
// mealPlanner.addRecipe(burger);
// mealPlanner.addRecipe(salad);
// TODO ???
// expect(mealPlanner.getRecipes()).toEqual([burger, salad]);
});

it.todo('🚧 throws an error if a recipe is already added');
Expand Down

0 comments on commit b1ab986

Please sign in to comment.