mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-05 12:45:59 +02:00
flutter: add test command (#4625)
This commit is contained in:
parent
8740bbc2bb
commit
00c6d6ca2c
1 changed files with 4 additions and 0 deletions
|
@ -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}}`
|
||||
|
|
Loading…
Add table
Reference in a new issue