xiao_pet_tracker/test/app/view/app_test.dart

13 lines
393 B
Dart
Raw Normal View History

2024-10-28 20:10:55 +01:00
// import 'package:flutter_test/flutter_test.dart';
// import 'package:xiao_pet_tracker/app/app.dart';
// import 'package:xiao_pet_tracker/counter/counter.dart';
// void main() {
// group('App', () {
// testWidgets('renders CounterPage', (tester) async {
// await tester.pumpWidget(const App());
// expect(find.byType(CounterPage), findsOneWidget);
// });
// });
// }