Initial project
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
import 'package:integration_test/integration_test.dart';
|
||||
|
||||
void main() {
|
||||
IntegrationTestWidgetsFlutterBinding.ensureInitialized();
|
||||
|
||||
testWidgets('placeholder', (WidgetTester tester) async {
|
||||
// TODO: 补充 storage_sdk 集成测试
|
||||
expect(true, isTrue);
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user