Initial project
This commit is contained in:
10
packages/storage_sdk/example/test/widget_test.dart
Normal file
10
packages/storage_sdk/example/test/widget_test.dart
Normal file
@@ -0,0 +1,10 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
import 'package:storage_sdk_example/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('Example app renders', (WidgetTester tester) async {
|
||||
await tester.pumpWidget(const ExampleApp());
|
||||
expect(find.text('Storage SDK Example'), findsOneWidget);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user