mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
flutter test now works on mac as well as linux
@chinmaygarde
This commit is contained in:
parent
a48b063a10
commit
880f2f785e
@ -22,7 +22,7 @@ class TestCommand extends FlutterCommand {
|
||||
String get name => 'test';
|
||||
|
||||
@override
|
||||
String get description => 'Run Flutter unit tests for the current project (Linux only).';
|
||||
String get description => 'Run Flutter unit tests for the current project.';
|
||||
|
||||
@override
|
||||
bool get requiresProjectRoot => false;
|
||||
|
Loading…
Reference in New Issue
Block a user