Closed JiaLiPassion closed 5 years ago
@IgorMinar , sure, I will check it, thanks!
@IgorMinar, now the bluebird
test passed, and CI failed
because the Firefox 65
issue, please review, thanks!
can you please send a separate PR to drop the old FF and make CI green again. thanks
@IgorMinar, yeah, the PR is here, I am trying to make it work there, https://github.com/angular/zone.js/pull/1191, thanks
jasmine 3.3 will ignore
process.unhandledRejection eventListeners
, so some of ourPromise test
will fail, in this PR, I restore theprocess.unhandledRejection
to make our test pass.