hunnichat/test/archive_test.dart
mowetentertainment1 8ee77e3548
Some checks failed
Main Deploy Workflow / deploy_web (push) Has been cancelled
Main Deploy Workflow / deploy_playstore_internal (push) Has been cancelled
12/6/2025
2025-12-06 12:46:34 -05:00

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),
));*/
});
}