fluffychat/test/archive_test.dart

11 lines
289 B
Dart
Raw Permalink Normal View History

2021-04-12 16:33:43 +00:00
import 'package:flutter_test/flutter_test.dart';
void main() {
testWidgets('Test if the widget can be created', (WidgetTester tester) async {
2021-04-13 08:23:57 +00:00
/*await tester.pumpWidget(FluffyChatApp(
2021-04-12 16:33:43 +00:00
testWidget: Archive(),
testClient: await testClient(loggedIn: true),
2021-04-13 08:23:57 +00:00
));*/
2021-04-12 16:33:43 +00:00
});
}