[Solved] React pomodoro clock

Hey everyone.

I’ve finished the pomodoro project. Kind of…

It’s failing 6 tests and I don’t really see why.

I’ve seen that some people were having an issue with the time display. They were displaying in the 0:00 format instead of 00:00, but I don’t have this.

However, quite a few tests are still failing.

Can someone have a look at my code and find any potential bugs?

http://mindless-step.surge.sh/

Thanks,
Teo

Hi,

Looks like all the issues are related. It drives me nuts when those tests output such clear messages: Timeout exceeded! Oh, really? :smiley:

Hope you get an answer. If I have time later I’ll take a look at your code.

Managed to fix it. The timer was going down to 00:01 and not 00:00…

1 Like