El Impostor v0.1 — app Flutter completa
Juego de deducción social para 3-20 jugadores. Modo un solo móvil completamente funcional. 1000 palabras en 10 categorías. Notas privadas, votación, adivinanza, revancha. Material 3 dark theme. Package: es.freetimelab.elimpostor
This commit is contained in:
9
test/widget_test.dart
Normal file
9
test/widget_test.dart
Normal file
@@ -0,0 +1,9 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:el_impostor/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('App carga correctamente', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(const ElImpostorApp());
|
||||
expect(find.text('El Impostor'), findsOneWidget);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user