mirror of
https://github.com/flutter/samples.git
synced 2025-11-08 13:58:47 +00:00
Analysis options (#108)
This commit is contained in:
@@ -7,5 +7,5 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('This test always passes', (WidgetTester tester) async {});
|
||||
testWidgets('This test always passes', (tester) async {});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user