mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
updated docs to remove note about windows tests not working (#13650)
* updated docs to remove note about windows tests not working * reverted formatting
This commit is contained in:
parent
a04df5bc6b
commit
7bb60f8c61
@ -95,8 +95,6 @@ assume you want to check a single package and the flutter repository has several
|
||||
Running the tests
|
||||
-----------------
|
||||
|
||||
_The `flutter test` command is not available on Windows (See [#8516](https://github.com/flutter/flutter/issues/8516))._
|
||||
|
||||
To automatically find all files named `_test.dart` inside a package's `test/` subdirectory, and run them inside the flutter shell as a test, use the `flutter test` command, e.g:
|
||||
|
||||
* `cd examples/stocks`
|
||||
@ -292,4 +290,4 @@ We build and test Flutter on:
|
||||
- Travis ([details](.travis.yml))
|
||||
- AppVeyor ([details](appveyor.yml))
|
||||
- Chromebots (a.k.a. "recipes", [details](dev/bots/README.md))
|
||||
- Devicelab (a.k.a. "cocoon", [details](dev/devicelab/README.md))
|
||||
- Devicelab (a.k.a. "cocoon", [details](dev/devicelab/README.md))
|
Loading…
Reference in New Issue
Block a user