fix(spec): FakeAsyncTestZoneSpec.flush() passes limit along to scheduler#831
fix(spec): FakeAsyncTestZoneSpec.flush() passes limit along to scheduler#831mhevery merged 1 commit intoangular:masterfrom
Conversation
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
1 similar comment
|
We found a Contributor License Agreement for you (the sender of this pull request), but were unable to find agreements for the commit author(s). If you authored these, maybe you used a different email address in the git commits than was used to sign the CLA (login here to double check)? If these were authored by someone else, then they will need to sign a CLA as well, and confirm that they're okay with these being contributed to Google. |
|
@mistuart-corelogic signed the CLA |
|
I have signed the CLA |
Signed-off-by: Michael Stuart <[email protected]>
|
CLAs look good, thanks! |
1 similar comment
|
CLAs look good, thanks! |
flush()in Angular'sfakeAsyncaccepts a limit argument, which is passed toFakeAsyncTestZoneSpec.flush()flush()on theScheduleralso accepts the limit argument. ButFakeAsyncTestZoneSpec.flush()was not passing it along.