Tell us what’s happening:
It’s failing the tests that check for time running all the way down to 00:00
Timer has not reached 00:00.
Error: Timer has not reached 00:00
Visually you can see the time running down to 00:00, so it’s hard for me to understand why the tests fail.
To save some time getting a visual confirmation, use the 5 second
button in the debug panel.
You can see for yourself at the codepen link below.
The display string is formatted so:
`${minutes < 10 ? '0' : ''}${minutes}:${remainderSeconds < 10 ? '0' : ''}${remainderSeconds}`
so there is no extraneous whitespace to mess things up.
If you have any ideas I would greatly appreciate your feedback.
Thanks!
Your code so far
Pomodoro Clock (codepen)
Your browser information:
User Agent is: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.110 Safari/537.36
.
Link to the challenge:
https://learn.freecodecamp.org/front-end-libraries/front-end-libraries-projects/build-a-pomodoro-clock