So I have tried everything and more. I have checked the literal string for “00:00” as some people found that they had “0:00” so it was failing. That isn’t my problem. My timer does hit 00:00 as when I stop the timer instead of starting the break the timer it says 00:00. What am I missing here at first, it was the mutating states, which I have completely stopped and fixed. So my state is working fine. But now it is not passing the tests even though it functions the exact way that the tests want it to function.
Every error comes out as:
Timer has not reached 00:00.
Error: Timer has not reached 00:00.
at https://cdn.freecodecamp.org/testable-projects-fcc/v1/bundle.js:584:153156
If my timer is reaching 00:00 what is the problem?
Any help is much appreciated as countless days have been spent on this!
The link to my project: https://codepen.io/brad2007/pen/abEeyNx?editors=0010