fix(doc:testing): replace faceAsync with fakeAsync

This commit is contained in:
VTHINKXIE 2017-09-06 10:22:25 +08:00 committed by 雪狼
parent e1446f1fa5
commit dd9e8fa34a

View File

@ -1707,7 +1707,7 @@ The fourth test verifies the same component behavior in a different way.
Notice that `fakeAsync` replaces `async` as the `it` argument.
The `fakeAsync` function is another of the Angular testing utilities.
注意,在`it`的参数中,`async``faceAsync`替换。
注意,在`it`的参数中,`async``fakeAsync`替换。
`fakeAsync`是另一种Angular测试工具。
Like [async](guide/testing#async), it _takes_ a parameterless function and _returns_ a function