initial commit
This commit is contained in:
12
test/app/view/app_test.dart
Normal file
12
test/app/view/app_test.dart
Normal file
@@ -0,0 +1,12 @@
|
||||
// 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);
|
||||
// });
|
||||
// });
|
||||
// }
|
||||
Reference in New Issue
Block a user