You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 12, 2024. It is now read-only.
$timeout.flushNext(123) stops working since 1.2.0-rc.3. (In 1.2.0.-rc2 it works fine).
It fails with different exceptions in 1.2.0-rc.3 and 1.2.0 (release) versions:
In "1.2.0-rc.3":
'undefined' is not a function (evaluating '$browser.defer.flushNext(expectedDelay)')
at angular-mocks-1.2.0-rc.3.js:1646
In "1.2.0":
TypeError: Attempted to assign to readonly property.
at workFn (angular-mocks-1.2.0.js:2122)
The text was updated successfully, but these errors were encountered:
$timeout.flushNext(123)
stops working since 1.2.0-rc.3. (In 1.2.0.-rc2 it works fine).It fails with different exceptions in 1.2.0-rc.3 and 1.2.0 (release) versions:
In "1.2.0-rc.3":
In "1.2.0":
The text was updated successfully, but these errors were encountered: