francois-roseberry / monopoly-js

Javascript implementation of the Monopoly game
36 stars 14 forks source link

A unit tests fails randomly sometimes, and it's not always the same #10

Closed francois-roseberry closed 2 weeks ago

francois-roseberry commented 8 years ago

It's always on the same precondition though. I suspect there is some observable (maybe the gameState in the PlayGameTask ?) that's not always correctly terminating.

francois-roseberry commented 2 weeks ago

It was caused by one of the tests not stopping its game task. It's solved