-
-
Notifications
You must be signed in to change notification settings - Fork 43.1k
fix(curriculum): fix test assertions in step7 of recipe tracker workshop #65149
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
fix(curriculum): fix test assertions in step7 of recipe tracker workshop #65149
Conversation
| assert.notMatch(__helpers.removeJSComments(code), /console\s*\.\s*log\s*\(\s*recipe3Ingredients\s*\)\s*;?/); | ||
| ``` | ||
|
|
||
| You should push all the recipes objects into the `recipes` array. Make sure to push them in the order they are declared. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you put this hint first, following the order in the description?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. It was like this so I didn't touched that part.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know, you did nothing wrong, I am asking you as an additional thing
curriculum/challenges/english/blocks/workshop-recipe-tracker/66fbcf750a62784cf11f5630.md
Outdated
Show resolved
Hide resolved
…6fbcf750a62784cf11f5630.md
Checklist:
mainbranch of freeCodeCamp.Closes #65134
This PR is to fix the test assertions in Step 7 of Build a Recipe Tracker workshop to test the removal of correct variables mentioned in the description.