Anna

Results 441 comments of Anna

I also moved the run command to the `test-tools` pnpm script. I'm still trying to find a test script that isn't ran on the CI.

Hi there, Thanks for your interest in contributing. This issue has not been triaged yet, and a solution has not been agreed upon. Once the issue is open for contribution,...

> It's a bit tricky for me to check myself, so maybe @Nirajn2311 is the best person to review this. That said, my understanding was that .DS_Store is a file,...

You have end to end tests that are failing. You see buddy pieces of code are linked to other pieces of the curriculum in ways that aren't always obvious at...

Do you want me to explain what you need to do to the end to end tests?

Okay the lower-jar.spec.ts and progress-bar.spec.ts files uses the Cat Photo App project to verify if the code submissions are able to go through. As you updated the solutions, the solutions...

Hmm yeah for some odd reason the progress bar test is saying that almost all of the curriculum is completed event though only 0% is supposed to be done.

I found the problem. You see that challenge wasn't added to the seeded user. Unfortunately for the progress bar, it expects the cat photo app to be at 100% completion....

Here is roughly around where you need to insert content. https://github.com/freeCodeCamp/freeCodeCamp/blob/40ad1a6667495efcee362899d843d16856976254/tools/scripts/seed/user-data.js#L4509-L4513 And the following should be added: ```JS { id: '668bae23be54d01f57738a11', completedDate: 1689770484197, files: [] }, ``` This adds the...