8 lines
189 B
Dart
8 lines
189 B
Dart
import 'package:aves/main.dart';
|
|
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
void main() {
|
|
testWidgets('TODO TLAD', (tester) async {
|
|
await tester.pumpWidget(AvesApp());
|
|
});
|
|
}
|