mirror of
https://github.com/RxReader/tencent_kit.git
synced 2025-05-17 15:26:37 +08:00
update
This commit is contained in:
@ -59,8 +59,8 @@ steps:
|
||||
path: /opt/flutter/.pub-cache
|
||||
commands:
|
||||
- flutter test
|
||||
- cd example/
|
||||
- flutter test
|
||||
# - cd example/
|
||||
# - flutter test
|
||||
|
||||
- name: proguard
|
||||
image: v7lin/flutter:1.17.3-stable
|
||||
|
@ -5,13 +5,4 @@
|
||||
// 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.
|
||||
|
||||
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());
|
||||
});
|
||||
}
|
||||
void main() {}
|
||||
|
Reference in New Issue
Block a user