Initial commit
This commit is contained in:
11
test/widget_test.dart
Normal file
11
test/widget_test.dart
Normal file
@@ -0,0 +1,11 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
// import 'package:trainhub_flutter/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Smoke test', (WidgetTester tester) async {
|
||||
// Build our app and trigger a frame.
|
||||
// await tester.pumpWidget(const TrainHubApp());
|
||||
|
||||
expect(true, true);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user