Skip to content

Commit d92cfe4

Browse files
author
wangsai
committed
add the missing close tag -- </tr> and reformat the <table> structure
1 parent 3135258 commit d92cfe4

File tree

1 file changed

+19
-18
lines changed

1 file changed

+19
-18
lines changed

content/fundamentals/unit-testing.md

Lines changed: 19 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -256,30 +256,31 @@ Each of the override method types, in turn, returns the `TestingModule` instance
256256
The compiled module has several useful methods, as described in the following table:
257257

258258
<table>
259-
<tr>
260-
<td>
261-
<code>createNestApplication()</code>
262-
</td>
263-
<td>
264-
Creates and returns a Nest application (<code>INestApplication</code> instance) based on the given module.
265-
Note that you must manually initialize the application using the <code>init()</code> method.
266-
</td>
267-
</tr>
268-
<tr>
269-
<td>
270-
<code>createNestMicroservice()</code>
271-
</td>
272-
<td>
273-
Creates and returns a Nest microservice (<code>INestMicroservice</code> instance) based on the given module.
274-
</td>
275-
</tr>
276-
<tr>
259+
<tr>
260+
<td>
261+
<code>createNestApplication()</code>
262+
</td>
263+
<td>
264+
Creates and returns a Nest application (<code>INestApplication</code> instance) based on the given module.
265+
Note that you must manually initialize the application using the <code>init()</code> method.
266+
</td>
267+
</tr>
268+
<tr>
269+
<td>
270+
<code>createNestMicroservice()</code>
271+
</td>
272+
<td>
273+
Creates and returns a Nest microservice (<code>INestMicroservice</code> instance) based on the given module.
274+
</td>
275+
</tr>
276+
<tr>
277277
<td>
278278
<code>get()</code>
279279
</td>
280280
<td>
281281
Retrieves a static instance of a controller or provider (including guards, filters, etc.) available in the application context. Inherited from the <a href="/fundamentals/module-ref">module reference</a> class.
282282
</td>
283+
</tr>
283284
<tr>
284285
<td>
285286
<code>resolve()</code>

0 commit comments

Comments
 (0)