Tell us what’s happening:
My output seems correct for this exercise tracker project, even the test case that is not passing, but it refuses to pass. The test case not passing is the following:
“The date property of any object in the log array that is returned from GET /api/users/:id/logs should be a string… Use the dateString format of the Date API.”
However, when I test the application, all seems to work properly, and the output is displayed correctly. I was wondering if anyone can take a look at my code and see if they can help me uncover why this mysterious issue is occurring. Thank you. All help would be greatly appreciated.
I’ve taken a look at those posts. I appreciate the guidance, but I’m not sure how to remedy the issue. I’ve tested the project at multiple times of day but still get the same error, which I’m unsure of why because I believe the output for each date is correct.