angular-cn/packages/zone.js/test/zone-spec
JiaLiPassion 55b3f97be0 fix(zone.js): `tickOptions`'s `processNewMacroTasksSynchronously` should default to true when flag omitted (#35814)
Calling `tick(0, null)` defaults `processNewMacroTasksSynchronously` flag to `true`, however calling  `tick(0, null, {})` defaults `processNewMacroTasksSynchronously` to `undefined`. This is undesirable behavior since unless the flag is set explicitly it should still default to `true`.

PR Close #35814
2020-03-06 17:33:57 -05:00
..
async-test.spec.ts refactor: ensure zone.js can be built with typescript strict flag (#30993) 2019-07-18 14:21:26 -07:00
fake-async-test.spec.ts fix(zone.js): `tickOptions`'s `processNewMacroTasksSynchronously` should default to true when flag omitted (#35814) 2020-03-06 17:33:57 -05:00
long-stack-trace-zone.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
proxy.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
sync-test.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00
task-tracking.spec.ts build: move zone.js to angular repo (#30962) 2019-06-20 11:27:39 -07:00