Initialize FishIQ development foundation
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:fishiq_mobile/main.dart';
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('FishIQ launches successfully', (tester) async {
|
||||
await tester.pumpWidget(const FishIQApp());
|
||||
|
||||
expect(find.text('FishIQ'), findsOneWidget);
|
||||
expect(find.text('Plan smarter. Fish better.'), findsOneWidget);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user