basic project

This commit is contained in:
2021-10-04 14:51:08 +02:00
parent 68903158cb
commit 0f03690ec7
8 changed files with 19 additions and 14 deletions

View File

@@ -13,7 +13,7 @@ import 'package:flutter_noise/main.dart';
void main() {
testWidgets('Counter increments smoke test', (WidgetTester tester) async {
// Build our app and trigger a frame.
await tester.pumpWidget(MyApp());
// await tester.pumpWidget(MyApp());
// Verify that our counter starts at 0.
expect(find.text('0'), findsOneWidget);