Hi freeCodeCamp team,
I’m submitting my File Metadata Microservice project, but Test 4 is failing due to a known test runner bug. My code is correct and the project works perfectly when tested manually.
Project URL: https://project-filemetadata-lcbb.onrender.com
Source Code:GitHub - AdinubaEze/project-filemetadata · GitHub
What works:
- The form uploads files correctly
- The
/api/fileanalyseendpoint returns the correct JSON response:{"name":"test.txt","type":"text/plain","size":1234} - All user stories are satisfied
The error:
dom-test-evaluator.js:2 Error: blob is not implemented yet
at o (dom-test-evaluator.js:2:102733)
at Object.blob (dom-test-evaluator.js:2:103360)
This appears to be the same bug reported in GitHub issue #65377. The test runner fails when handling file blobs during automated testing, even though the actual functionality works fine.
My stack:
- Node.js + Express
- Multer for file upload handling
- Deployed on Render
Could a moderator please manually verify and mark this project as complete? I’m happy to provide any additional screenshots or code if needed.
Thank you!