xiao_pet_tracker/test/app/view/app_test.dart
baldeau 2fe59fee0d
Some checks failed
xiao_pet_tracker / semantic-pull-request (push) Has been cancelled
xiao_pet_tracker / build (push) Has been cancelled
xiao_pet_tracker / spell-check (push) Has been cancelled
initial commit
2025-02-23 20:50:34 +01:00

13 lines
393 B
Dart

// 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);
// });
// });
// }