mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-11-01 01:29:28 +01:00
11 lines
289 B
Dart
11 lines
289 B
Dart
import 'package:flutter_test/flutter_test.dart';
|
|
|
|
void main() {
|
|
testWidgets('Test if the widget can be created', (WidgetTester tester) async {
|
|
/*await tester.pumpWidget(FluffyChatApp(
|
|
testWidget: Archive(),
|
|
testClient: await testClient(loggedIn: true),
|
|
));*/
|
|
});
|
|
}
|