Files
customer-im-client-dev/apps/im_app/test/widget_test.dart
2026-03-06 15:05:53 +08:00

9 lines
255 B
Dart
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
import 'package:flutter_test/flutter_test.dart';
// 主应用使用 bootstrap() 初始化widget 级集成测试在此补充。
void main() {
testWidgets('placeholder', (WidgetTester tester) async {
// TODO: 添加具体的 widget 测试
});
}