refactor(curriculum): remove after-user-code bookmark lab
Checklist:
- [X] I have read and followed the contribution guidelines.
- [X] I have read and followed the how to open a pull request guide.
- [X] My pull request targets the
mainbranch of freeCodeCamp. - [X] I have tested these changes either locally on my machine, or Gitpod.
Ref: https://github.com/freeCodeCamp/freeCodeCamp/issues/57107
Because it is functioning the exact same way it was before I made my changes, I believe it is working.
Something is maybe off a bit, want to take a look at the failing tests when you can @a2937? thanks
getBookmarks is not defined that's a pretty huge issue and I'm not sure how to fix it.
You should figure out where that error comes from, there can be an other error hidden behind it that makes the lines that define the function not execute
if you consider thet --before-all-- is executed before the editor code/the solution that can be an issue. You can't just take --after-user-code-- and put it in --before-all--