Hi freeCodeCamp team,
I have completed both projects but tests are failing due to known bugs in the test runner:
-
URL Shortener Microservice - Test 3 fails with:
“Error: redirected is not implemented yet” (dom-test-evaluator.js) -
File Metadata Microservice - Test 4 fails with:
“Error: blob is not implemented yet” (dom-test-evaluator.js)
Both projects work correctly when tested manually:
- URL Shortener: correctly redirects with HTTP 302
- File Metadata: correctly returns {name, type, size}
My projects:
- URL Shortener: https://7513a0bd-50c0-4260-8b54-0fd1cefc89d5-00-13l6zjqn9y0g9.janeway.replit.dev/
- File Metadata: https://5501c5e1-d4c4-4717-870f-cf827a7245b0-00-2hl9iojajg9h0.picard.replit.dev/
Please review manually and mark as complete.
Thank you!