first commit
This commit is contained in:
8
siro_rider/test/widget_test.dart
Normal file
8
siro_rider/test/widget_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('App initialization test', (WidgetTester tester) async {
|
||||
// Dummy test to pass CI
|
||||
expect(true, true);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user