katowulf / mockfirebase

Firebase mock library for writing unit tests (experimental)
157 stars 40 forks source link

Added logic to prevent a "Maximum call stack size exceeded" from occurri... #76

Closed CurtisHumphrey closed 9 years ago

CurtisHumphrey commented 9 years ago

...ng when during a flush a handler creates new events. For example, in a on "value" handler calling a set on the same location.

CurtisHumphrey commented 9 years ago

I tested it with the test I designed which was a bit different and your solution work just fine, thanks.

bendrucker commented 9 years ago

Yup, appreciate the PR anyway. My version is a little more direct but functionally very similar.