mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 22:09:06 +00:00
This reverts commit fc6222ebc8.
This commit is contained in:
@@ -1,15 +0,0 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:client/main.dart';
|
||||
|
||||
void main() {
|
||||
group('App should', () {
|
||||
testWidgets('build its widgets', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(
|
||||
MyApp(
|
||||
getCount: () => Future.value(1),
|
||||
increment: (int x) => Future.value(x),
|
||||
),
|
||||
);
|
||||
});
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user