Initial project
This commit is contained in:
8
apps/im_app/test/widget_test.dart
Normal file
8
apps/im_app/test/widget_test.dart
Normal file
@@ -0,0 +1,8 @@
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
// 主应用使用 bootstrap() 初始化,widget 级集成测试在此补充。
|
||||
void main() {
|
||||
testWidgets('placeholder', (WidgetTester tester) async {
|
||||
// TODO: 添加具体的 widget 测试
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user