parent
5737e65700
commit
9181b73e5a
|
@ -1277,7 +1277,7 @@ In this example, we have a new macro task (nested setTimeout), by default, when
|
|||
region="fake-async-test-tick-new-macro-task-async">
|
||||
</code-example>
|
||||
|
||||
And in some case, we don't want to trigger the new macro task when ticking, we can use `tick(milliseconds, {processNewMacroTasksSynchronously: false})` to not invoke new maco task.
|
||||
And in some case, we don't want to trigger the new macro task when ticking, we can use `tick(milliseconds, {processNewMacroTasksSynchronously: false})` to not invoke new macro task.
|
||||
|
||||
#### Comparing dates inside fakeAsync()
|
||||
|
||||
|
|
Loading…
Reference in New Issue