mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-08-06 18:24:24 +08:00
tencent_kit
This commit is contained in:
@ -5,4 +5,13 @@
|
||||
// gestures. You can also use WidgetTester to find child widgets in the widget
|
||||
// tree, read text, and verify that the values of widget properties are correct.
|
||||
|
||||
void main() {}
|
||||
import 'package:flutter_test/flutter_test.dart';
|
||||
|
||||
import 'package:tencent_kit_example/main.dart';
|
||||
|
||||
void main() {
|
||||
testWidgets('smoke test', (WidgetTester tester) async {
|
||||
// Build our app and trigger a frame.
|
||||
await tester.pumpWidget(MyApp());
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user