tlewowski / zurvan

Zurvan fakes timers for your node.js tests.
MIT License
10 stars 4 forks source link

Add heuristic for infinite loop of setImmediate detection #42

Closed tlewowski closed 8 years ago

tlewowski commented 8 years ago

works on node >= 0.12, with original node's scheduler (does NOT work with bluebird scheduler - in new release support for 0.10 is dropped so it shouldn't be a problem, but I'm writing it here just in case).

Let's say it's ready in 38d8d07