docs: fix typo in Tests guide (#36592)

PR Close #36592
This commit is contained in:
Rajat Soni 2020-04-12 22:10:27 +05:30 committed by atscott
parent 5737e65700
commit 9181b73e5a
1 changed files with 1 additions and 1 deletions

View File

@ -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()