flutter: add test command (#4625)

This commit is contained in:
ev-john
2020-10-12 22:39:07 +01:00
committed by GitHub
parent 8740bbc2bb
commit 00c6d6ca2c

View File

@@ -30,3 +30,7 @@
- Run Flutter on all started emulators and connected devices: - Run Flutter on all started emulators and connected devices:
`flutter run -d all` `flutter run -d all`
- Run tests in a terminal from the root of the project:
`flutter test {{test/example_test.dart}}`