Closed iceberk closed 6 years ago
Ah, that's interesting. I think there should be a return on or after this line:
What do you think @lgandecki?
Good catch!
@iceberk do you want to become a contributor to this tiny package? ;-) Otherwise I will make the change today or tomorrow.
Sure, will try to send a request today.
fixed in 1.0.1 , thanks @iceberk and thanks @kentcdodds !
Hello,
I am running mocha tests in 'watch' mode and noticed that expectations are still being checked after timeout and test failure, because there is no return after reject(error) in waitForExpect and setTimout is called again and again. Is it intended behaviour?