fix: Tests

This commit is contained in:
Christian Pauly 2021-04-13 10:23:57 +02:00
parent 215f3c8687
commit e75a5a0e3b
1 changed files with 2 additions and 7 deletions

View File

@ -1,15 +1,10 @@
/*import 'package:fluffychat/controllers/archive_controller.dart';
import 'package:fluffychat/main.dart';
import 'package:flutter_test/flutter_test.dart';
import 'utils/test_client.dart';
void main() {
testWidgets('Test if the widget can be created', (WidgetTester tester) async {
await tester.pumpWidget(FluffyChatApp(
/*await tester.pumpWidget(FluffyChatApp(
testWidget: Archive(),
testClient: await testClient(loggedIn: true),
));
));*/
});
}
*/