From 00c6d6ca2ccf8d27ff62a748bbbb87857c42b55a Mon Sep 17 00:00:00 2001 From: ev-john <56849582+ev-john@users.noreply.github.com> Date: Mon, 12 Oct 2020 22:39:07 +0100 Subject: [PATCH] flutter: add test command (#4625) --- pages/common/flutter.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/common/flutter.md b/pages/common/flutter.md index 9f131fd70..567626f77 100644 --- a/pages/common/flutter.md +++ b/pages/common/flutter.md @@ -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}}`