You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -306,7 +306,7 @@ configuration from the `config.test` object.
306
306
<td><code>pubServe</code></td>
307
307
<td><code>bool</code></td>
308
308
<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>
310
310
</tr>
311
311
</tbody>
312
312
</table>
@@ -423,7 +423,7 @@ object.
423
423
<td><code>pubServe</code></td>
424
424
<td><code>bool</code></td>
425
425
<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>
0 commit comments