From 38606a7db6ad79e10608f2c2a2b4fc2297358e71 Mon Sep 17 00:00:00 2001 From: Jason Simmons Date: Thu, 13 Jul 2017 17:38:11 -0700 Subject: [PATCH] Update the docs for the flutter_tools tests (#11218) --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 58fc585d9a..eed673b008 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -134,7 +134,7 @@ flutter_tools' tests run inside the Dart command line VM rather than in the flutter shell. To run the test: * `cd packages/flutter_tools` -* `dart --checked test/all.dart` +* `pub run test -j1` The pre-built flutter tool runs in release mode with the observatory off by default. To enable debugging mode and the observatory on the `flutter` tool, uncomment the