Front-End Libraries: Pomodoro Clock

Hello All,

I have completed the Pomodoro Clock Project, however despite appearing to work perfectly, I am failing a number of tests. Does anyone have any idea why? Here is the GitHub repository. I thought perhaps I need to use a date object to prevent the drift created by the interval() of 1000ms . But then other tests are failing where they really shoudn’t.

Does anyone know if / where we can view the actual test cases?

Any help on any of these questions, or even just general feedback, would be greatly appreciated. Thank you.

Happy Coding :slight_smile:

you can find the test cases in the drop-down menu at the top left of your project.
click on it and select pomodoro clock.
then click on run tests. next click on testing, and you will get the list of test cases.
your project seems to be failing some of the test cases.

for a better view, you can find the test cases on this link:

disclaimer: I haven’t completed this project.

Thanks, but I meant the actual [test] code that is used to verify each test case.

1 Like