mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
Fix inconsistency (#17871)
This commit is contained in:
parent
ca300100b8
commit
711174a9b9
@ -126,7 +126,7 @@ Adding a test
|
|||||||
|
|
||||||
To add a test to the Flutter package, create a file whose name
|
To add a test to the Flutter package, create a file whose name
|
||||||
ends with `_test.dart` in the `packages/flutter/test` directory. The
|
ends with `_test.dart` in the `packages/flutter/test` directory. The
|
||||||
test should have a `main` function and use the `test` package.
|
test should have a `main` function and use the `flutter_test` package.
|
||||||
|
|
||||||
Working with flutter tools
|
Working with flutter tools
|
||||||
--------------------------
|
--------------------------
|
||||||
|
Loading…
Reference in New Issue
Block a user