freeCodeCamp icon indicating copy to clipboard operation
freeCodeCamp copied to clipboard

refactor(curriculum): remove after-user-code bookmark lab

Open a2937 opened this issue 7 months ago • 3 comments

Checklist:

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.

a2937 avatar May 16 '25 14:05 a2937

Something is maybe off a bit, want to take a look at the failing tests when you can @a2937? thanks

moT01 avatar May 16 '25 15:05 moT01

getBookmarks is not defined that's a pretty huge issue and I'm not sure how to fix it.

a2937 avatar May 16 '25 16:05 a2937

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--

majestic-owl448 avatar May 16 '25 16:05 majestic-owl448