mirror of
https://gitlab.com/famedly/fluffychat.git
synced 2024-12-23 22:12:34 +01:00
fix: Tests
This commit is contained in:
parent
215f3c8687
commit
e75a5a0e3b
@ -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),
|
||||
));
|
||||
));*/
|
||||
});
|
||||
}
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user