Skip to content

Commit 1855b61

Browse files
Mention the test/pub_serve transformer in the README
1 parent cd82d2b commit 1855b61

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -306,7 +306,7 @@ configuration from the `config.test` object.
306306
<td><code>pubServe</code></td>
307307
<td><code>bool</code></td>
308308
<td><code>false</code></td>
309-
<td>Whether or not to serve browser tests using a Pub server.</td>
309+
<td>Whether or not to serve browser tests using a Pub server.<br>If <code>true</code>, make sure to follow the <code>test</code> package's <a href="https://github.com/dart-lang/test#testing-with-barback">setup instructions</a> and include the <code>test/pub_serve</code> transformer.</td>
310310
</tr>
311311
</tbody>
312312
</table>
@@ -423,7 +423,7 @@ object.
423423
<td><code>pubServe</code></td>
424424
<td><code>bool</code></td>
425425
<td><code>false</code></td>
426-
<td>Whether or not to serve browser tests using a Pub server.</td>
426+
<td>Whether or not to serve browser tests using a Pub server.<br>If <code>true</code>, make sure to follow the <code>test</code> package's <a href="https://github.com/dart-lang/test#testing-with-barback">setup instructions</a> and include the <code>test/pub_serve</code> transformer.</td>
427427
</tr>
428428
</tbody>
429429
</table>

0 commit comments

Comments
 (0)