flutter: add test command (#4625)

beep
ev-john 2020-10-12 22:39:07 +01:00 committed by GitHub
parent 8740bbc2bb
commit 00c6d6ca2c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

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