wardbell / bardjs

Spec helpers for testing angular v.1.x apps with Mocha, Jasmine and QUnit
MIT License
178 stars 34 forks source link

Add false parameter to verifyNoOutstandingExpectation() method #32

Open koenoe opened 8 years ago

koenoe commented 8 years ago

Fixes the 'Error: [$rootScope:inprog] $digest already in progress' to make it skip the unnecessary $digest cycle.