Test suite no longer working

While working on my pomodoro app, the test suite stopped working, giving me this error:

1. “before each” hook

I tried going back to a previous state but it still isn’t working.

Here is my codepen:
https://codepen.io/marcods/pen/byVYaZ

Never-mind. I fixed it. I was referencing an undeclared variable in my reset function.