Skip to content

Commit

Permalink
fix: landscape camera
Browse files Browse the repository at this point in the history
  • Loading branch information
amaralkaff committed Nov 8, 2024
1 parent f9190ea commit 459b800
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions test/widget_test.dart
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// test/widget_test.dart

import 'package:flutter/material.dart';
import 'package:flutter_test/flutter_test.dart';
import 'package:WorkoutAI/main.dart';

void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());

// You can write your tests here
expect(find.byType(MaterialApp), findsOneWidget);
});
}

0 comments on commit 459b800

Please sign in to comment.