docs: fix typo in Tests guide (#36330)

Fixing typo in testing.md

PR Close #36330
This commit is contained in:
Alexey Okhrimenko 2020-03-30 23:31:37 +03:00 committed by Alex Rickabaugh
parent 719224bffd
commit 64631063ae
1 changed files with 2 additions and 2 deletions

View File

@ -1242,7 +1242,7 @@ The following test confirms the expected behavior when the service returns an `E
Note that the `it()` function receives an argument of the following form.
```javascript
fakeAsync(() => { /* test body */ })`
fakeAsync(() => { /* test body */ })
```
The `fakeAsync()` function enables a linear coding style by running the test body in a special `fakeAsync test zone`.
@ -3159,7 +3159,7 @@ Here are the most important static methods, in order of likely utility.
</td>
</tr>
</table
</table>
A few of the `TestBed` instance methods are not covered by static `TestBed` _class_ methods.
These are rarely needed.