Hi freeCodeCamp team,
I have completed the File Metadata Microservice project but test 4 is failing due to the known “blob is not implemented yet” bug in the test runner (dom-test-evaluator.js).
My project works correctly when tested manually and returns the exact expected JSON response:
{“name”:“Screenshot (8).png”,“type”:“image/png”,“size”:310263}
Solution link: https://file-metadata-microservice-73ay.onrender.com
Source code: GitHub - Leo-Mazive-123/file-metadata-microservice · GitHub
Tests 1, 2, and 3 all pass. Only test 4 fails due to the blob bug, not due to any issue with my code.
Could I please get a manual review?
Thank you!