Comment out testsuite

This commit is contained in:
zontreck 2025-05-31 23:07:11 -07:00
parent e5379bb81e
commit 3d2226947c

View file

@ -11,7 +11,7 @@ import 'package:flutter_test/flutter_test.dart';
import 'package:pokedex/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
/*testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(const MyApp());
@ -26,5 +26,5 @@ void main() {
// Verify that our counter has incremented.
expect(find.text('0'), findsNothing);
expect(find.text('1'), findsOneWidget);
});
});*/
}